Bug 138624

Summary: Oracle Universal Installer crashed
Product: [Fedora] Fedora Reporter: Francisco de Assis de Lima Filho <falf2>
Component: distributionAssignee: Bill Nottingham <notting>
Status: CLOSED NOTABUG QA Contact: Bill Nottingham <notting>
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: rvokal, xgl-maint
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-11-10 21:34:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Francisco de Assis de Lima Filho 2004-11-10 11:36:15 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3)
Gecko/20040929

Description of problem:
libXp.so.6 is missing by running Oracle Universal Installer (Oracle 8i ). 



Version-Release number of selected component (if applicable):
xorg-x11-libs-6.8.1-4

How reproducible:
Always

Steps to Reproduce:
1. Log on as common user
2. export LD_ASSUME_KERNEL="2.4.1"
3. Run runInstaller command
 
    

Actual Results:  Initializing Java Virtual Machine from
../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/bin/jre.
Please wait...
libXp.so.6: cannot open shared object file: Arquivo ou diret�rio n�o
encontrado (libawt.so)
java.lang.UnsatisfiedLinkError: no awt in shared library path
        at java.lang.Runtime.loadLibrary(Runtime.java)
        at java.lang.System.loadLibrary(System.java)
        at
        at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:394)
        at
oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.getImage(OiifmSplashScreen.java:67)
        at
oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.<init>(OiifmSplashScreen.java:45)
        at
oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:418)
Exception in thread "main"


Expected Results:  Normal Initialization.

Additional info:

Comment 1 Bill Nottingham 2004-11-10 17:30:33 UTC
Did you install xorg-x11-deprecated-libs?

Comment 2 Mike A. Harris 2004-11-10 20:33:40 UTC
libXp is included in the xorg-x11-deprecated-libs package, which
must be installed in order for applications linked to libXp to
work correctly.  When installing the operating system, this will
automatically be installed if you have chosen to install any rpm
packages which link to libXp, as rpm's dependancy information will
ensure the library gets installed.

If the OS gets installed with no packages depending on libXp, then
the xorg-x11-deprecated-libs package may or may not get installed
depending on how our installer currently works.

Reassigning issue to the "anaconda" installer component for
comment, as this is an installation related issue rather than
an rpm packaging or xorg-x11 issue.