Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Help with Oracle install

Help with Oracle install

From: BN <BN_at_BN.COMO>
Date: Mon, 26 Sep 2005 15:46:31 -0400
Message-ID: <11jgk0q52n05df8@news.supernews.com>


I had a problem installing oracle on linux as follows:

./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/OraInstall2005-09-26_03-40-49PM.

Exception in thread "main" java.lang.UnsatisfiedLinkError:
/tmp/OraInstall2005-09-26_03-40-49PM/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)


Where is this libXp.so.6? WHat is it? How can I resolve it?

The closest thing I found are

/usr/X11R6/lib/libXpm.so.4.11
/usr/X11R6/lib/libXpm.so.4

Linux is:
Linux 2.6.12-1.1447_FC4 #1 Fri Aug 26 20:29:51 EDT 2005 i686 i686 i386 GNU/Linux

Oracle version is 10g R2 for linux.

Thanks Received on Mon Sep 26 2005 - 14:46:31 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US