While doing a fresh install of 11i vision on Oracle Enterprise Linux 5, RapidInstall gave the following error:
Rapid Install Wizard will now launch the Java Interface.....
Exception in thread "main" java.lang.UnsatisfiedLinkError: /11istage/startCD/Disk1/rapidwiz/jre/Linux/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
at sun.awt.DebugHelper.(Unknown Source)
at java.awt.Component.(Unknown Source)
This error comes because libXp.so.6 library is not present in /usr/lib. The rpm which contains this file is libXp-1.0.0-8.i386.rpm. It is present in the Oracle Enterprise Linux 5 DVD in /server directory. So copy this rpm from the DVD or CD and install it:
rpm -ivh libXp-1.0.0-8.i386.rpm
Once this is installed, confirm about the presence of the the file libXp.so.6 by this command:
$ ls -ld /usr/lib/libXp.so.6
lrwxrwxrwx 1 root root 14 Jul 29 06:45 /usr/lib/libXp.so.6 -> libXp.so.6.2.0
$
24 comments:
Thank you man, there is a few documentation on 11G for this kind of problems, it gave a good help.
Regards,
Júlio
Thank you, I got and do it succesfully.
thank you, i do that n succesfully. :)
Vikram, Thank you so much for this comment and the solution right to the heart. I really appreciate your effort to maintain this site. Very good. I am really glad this helped me.
Jose
Apps DBA
excellent buddy! i was breaking my head for 3 hours with all sort of packages related to xorg...and finally this rpm file did the trick!
thanks a lot!
-sharath
Thanks. i could not find the solution on metalink also... keep it up!
Mr Das, you are the man! Please write more blogs, have a dedicated website or even write a book - this is the kind of help we need, quick and simple and more importantly - THAT WORKS! Good day sir.
Hi Bill,
Thank you for the kind words. Your encouragement inspires me to do more.
- Vikram
Man this worked great. Thanks so much, please keep going with the good advice.
This saved me a ton of time. Very nice !
Thanks! I had the 64 bit version of it installed in /usr/lib64/libXp.so.6. Installing the 32 bit version solved the issue for me.
thanks, Dude! This is the only usable solution I can find on the web for this problem!!
Thanks! This is the only tech note usable on the web for this problem.
Ditto - THANK YOU much.
Solved my problem on RH64/ORA64.
You'Da'Man!
Man! you are great. I've been wondering for hours looking for a solution for this error. You nailed it. Thanks alot.
Knowledge is power and that becomes even more powerful when shared. Excellent!
Thanks for sharing your post and it was superb .I would like to hear more from you in future too.
Thanks so much.
to where copy that file??? for install it??
Hi Anonymous,
You don't need to copy it. You need to install the package which has the file:
rpm -ivh libXp-1.0.0-8.i386.rpm
- Vikram
Thanks!
It works for me
Rahinur Rahaman
it was really helpfull buddy thanx alot ... keep it up .. you are doing great Job
Thankyou sir, my issue is resolved
once again thank you very much
Hi Vikram,
I have installed RHEL5 on my VMware using rhel.nrg file. I dont have product dvd or cd.
Please advise me how to get installed libXp.so.6 on my RHEL5.
Please advise me are there any website where I can download this rpm.
Thanks,
satish.
Post a Comment