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:
Did you install xorg-x11-deprecated-libs?
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.