
January 19th, 2005, 06:31 AM
|
|
Registered User
|
|
Join Date: Jan 2005
Posts: 14
Time spent in forums: 1 m 25 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by vada010 I am trying to install oracle on RHEL 3 ES for the first time and recieve error below:
[oracle@localhost Disk1]$ Initializing Java Virtual Machine from /tmp/OraInstall2005-01-05_08-59-15PM/jre/bin/java. Please wait...
/tmp/OraInstall2005-01-05_08-59-15PM/jre/bin/i386/native_threads/java: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
I have lib below in /lib/ssa
lrwxrwxrwx 1 root root 18 Nov 13 09:33 libstdc++.so -> libstdc++.so.6.0.0
Can someone assist?
TIA,
Vada |
You should read the installation prerequisites for installing Oracle on Red Hat Enterprise Server. The Java library that is being called is older than what is needed by the install. You have "libstdc++.so.6.0.0" the Oracle install is looking for "libstdc++-libc6.1-1.so.2" see if you can get the newer library from either Red Hat or Sun. Then try your install again.
|