Skip to Main Content

Oracle Database Discussions

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!

Oracle 10g R2 on RHEL 6.4 x64

GvashistJul 4 2013 — edited Jul 4 2013

Hello ,

i want to install Oracle 10.2.0.1 on RHEL 6.4 x64 OS , but i am facing some issue while i am invoking ./runInstaller

[oracle@RHEL6 ~]$ /u01/database/./runInstaller
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/OraInstall2013-07-04_04-

11-14AM. Please wait ...[oracle@RHEL6 ~]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2013-07-04_04-11-14AM/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)
[oracle@RHEL6 ~]$


After some time , i found that some RPM's are missing here.

then  i try these steps

[root@RHEL6 Packages]# rpm -q libXp*
package libXp-1.0.0-15.1.el6.i686.rpm is not installed
package libXp-1.0.0-15.1.el6.x86_64.rpm is not installed
package libXp-devel-1.0.0-15.1.el6.i686.rpm is not installed
package libXp-devel-1.0.0-15.1.el6.x86_64.rpm is not installed
package libXpm-3.5.10-2.el6.i686.rpm is not installed
package libXpm-3.5.10-2.el6.x86_64.rpm is not installed
package libXpm-devel-3.5.10-2.el6.i686.rpm is not installed
package libXpm-devel-3.5.10-2.el6.x86_64.rpm is not installed


[root@RHEL6 Packages]# rpm -Uvh libXp-1.0.0-15.1.el6.x86_64.rpm
warning: libXp-1.0.0-15.1.el6.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY
Preparing...                ########################################### [100%]
        package libXp-1.0.0-15.1.el6.x86_64 is already installed  


[root@RHEL6 Packages]# rpm -ivh libXp-1.0.0-15.1.el6.i686.rpm
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

Pls Pls Help me

Regards

GV

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 1 2013
Added on Jul 4 2013
1 comment
2,694 views