Bug 138624 - Oracle Universal Installer crashed
Summary: Oracle Universal Installer crashed
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: distribution
Version: 3
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Bill Nottingham
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-11-10 11:36 UTC by Francisco de Assis de Lima Filho
Modified: 2014-03-17 02:50 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-11-10 21:34:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.




Note You need to log in before you can comment on or make changes to this bug.