Link to home
Start Free TrialLog in
Avatar of alfadmin
alfadmin

asked on

Oracle 10g r2 installation error on RHEL 6 64bit

Whenever you run Oracle Universal Installer to install oracle software it fails with Exception java.lang.UnsatisfiedLinkError indicating libXp.so.6: cannot open shared object file: No such file or directory.

$./runInstaller
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-03-02_10-57-23AM. Please wait ...$oracle Universal Installer , Version 10.2.0.1.0 Production
Copyright (C) 1999, 2005, Oracle. All rights reserved.

Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-03-02_10-57-23AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory occurred..
java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-03-02_10-57-23AM/jre/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.<clinit>(Unknown Source)
at java.awt.Component.<clinit>(Unknown Source)
Avatar of Cong Minh Vo
Cong Minh Vo
Flag of Viet Nam image

Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

Looks like you are missing some X packages in your OS:

http://forums.oracle.com/forums/thread.jspa?threadID=323437&start=15&tstart=0
Avatar of alfadmin

ASKER

Thanks ..

but still i am facing the same issues ...

Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
                                      Passed


All installer requirements met.

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-07-27_07-26-36PM. Please wait ...[oracle@mytest64 database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2011-07-27_07-26-36PM/jre/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.<clinit>(Unknown Source)
      at java.awt.Component.<clinit>(Unknown Source)

After install rpm libXp-1.0.0-15.1.el6.i686, still facing the same problem.

[root@mytest64 u01]# chmod -R 777 *.rpm
[root@mytest64 u01]# ls -alth
total 68K
drwxrwxrwx.  5 oracle oinstall 4.0K Jul 27 14:19 .
dr-xr-xr-x. 27 root   root     4.0K Jul 27 14:13 ..
drwxr-xr-x.  8 root   root     4.0K Jul 27 14:12 stage
drwxrwxrwx.  3 oracle oinstall 4.0K Jul 27 13:59 app
drwxrwxrwx.  2 oracle oinstall  16K Jul 27 12:36 lost+found
-rwxrwxrwx   1 root   root      23K Jul 27 08:30 libXp-1.0.0-15.1.el6.i686.rpm
[root@mytest64 u01]# rpm -ivh libXp-1.0.0-15.1.el6.i686.rpm --force
warning: libXp-1.0.0-15.1.el6.i686.rpm: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY
error: Failed dependencies:
      libX11.so.6 is needed by libXp-1.0.0-15.1.el6.i686
      libXau.so.6 is needed by libXp-1.0.0-15.1.el6.i686
      libXext.so.6 is needed by libXp-1.0.0-15.1.el6.i686
[root@mytest64 u01]#
[root@mytest64 u01]# rpm -ivh libXp-1.0.0-15.1.el6.i686.rpm --nodeps --force
warning: libXp-1.0.0-15.1.el6.i686.rpm: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY
Preparing...                ########################################### [100%]
   1:libXp                  ########################################### [100%]

I have installed Oracle10gR2  32bit on Redhat Linux (RHEL ) 6  ( 32bit ) , no issues.

But when i am trying to insalled Oracle10gR2 64bit on Redhat Linux (RHEL) 6 (64bit) i am facing issues ( OUI ). please keep your comments & suggestion ...  


Did that package install libXp.so.6?

find / -name libXp.so.6 -print
read the Oracle Installation Guide before installation to see the pre-requisite, this needs lipXP package in RHEL
Dear i downloaded rpm package from redhat(given below), but still i get the same issues.

rpm libXp-1.0.0-15.1.el6.i686

ASKER CERTIFIED SOLUTION
Avatar of madunix
madunix

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial