Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

error ibXp.so.6: wrong ELF class: ELFCLASS64

james.May 13 2007 — edited May 13 2007
Hi All,

I am trying to install 10g R2 on Redhat ES 5 AMD 64. I am getting following error when I start installer .

I have installed libXp-1.0.0-8.x86_64.rpm and made changes to /etc/redhat-release to look like Redhat 4. My LD variable is
LD_LIBRARY_PATH64=$ORACLE_HOME/lib64:$ORACLE_HOME/lib32:/lib:/usr/lib64:/usr/X11
R6/lib64; export LD_LIBRARY_PATH64



Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2007-05-12_10-08-44PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: wrong ELF class: ELFCLASS64
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.<clinit>(Unknown Source)
at java.awt.Component.<clinit>(Unknown Source)

Please help me.

Thanks,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 10 2007
Added on May 13 2007
2 comments
2,361 views