Installing 10g on Redhat 4 [message #377108] |
Sat, 20 December 2008 04:10 |
Mimas
Messages: 40 Registered: September 2008 Location: Athens
|
Member |
|
|
Hello all,
I am facing a problem when I try to install 10g to my Linux RHEL4.
I have finished with the following:
Configuring Linux for Oracle
Verify System Requirements
Create Directories
Create the Oracle Groups and User Account
Configure Linux Kernel Parameters
Set Shell Limits for the oracle User
BUT at point where I have to give the following command:
[oracle@localhost database]$ ./runInstaller
I receive the following output and then the cursor is staying there without any progress:
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/OraInstall2008-12-20_01-55-34PM. Please wait ...[oracle@localhost database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2008-12-20_01-55-34PM/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)
It stacks here!! What can I do??
thnks
|
|
|
Re: Installing 10g on Redhat 4 [message #377112 is a reply to message #377108] |
Sat, 20 December 2008 05:13 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Quote: |
libXp.so.6: cannot open shared object file
|
You have to install the appropriate packages. Here is a discussion that mentions the ones that should be it for RHEL4.
Which was basically the first link when you Google for the error message.
|
|
|
|
|