OracleInstallation error [message #340204] |
Mon, 11 August 2008 23:12 |
shiju_t_v
Messages: 56 Registered: May 2007 Location: kannur,kerala
|
Member |
|
|
When installing oracle 10g on my linux system , i got the following error.i used 10201_database_linux32.zip for installation
[oracle@linuxserver1 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/OraInstall2008-08-12_09-36-24AM. Please wait ...[oracle@linuxserver1 database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2008-08-12_09-36-24AM/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@linuxserver1 database]$
|
|
|
|
Re: OracleInstallation error [message #340290 is a reply to message #340205] |
Tue, 12 August 2008 04:12 |
shiju_t_v
Messages: 56 Registered: May 2007 Location: kannur,kerala
|
Member |
|
|
Hai Brothers.............
At last I got the solution ,That was due to the missing of the rpm libXp-1.0.0-8.i386.rpm
After installing that package , i then created libXp.conf under the directory /etc/ld.so.conf.d and added these line /usr/lib and then i ran idconfig for updating the system
# touch /etc/ld.so.conf.d/libXp.conf
# echo "/usr/lib" >> /etc/ld.so.conf.d/libXp.conf
# ldconfig
hope this post helps anyone
|
|
|