libstdc++-libc6.1-1.so.2: cannot open shared object file
When I try to install Oracle 9i on OEL 5 I get:
#./runInstaller
Initializing Java Virtual Machine from /tmp/OraInstall2009-01-05_03-05-57PM/jre/bin/java. Please wait...
/tmp/OraInstall2009-01-05_03-05-57PM/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
Although:
#rpm -qi libstdc++
Name : libstdc++ Relocations: (not relocatable)
Version : 4.1.2 Vendor: Oracle USA
Release : 42.el5 Build Date: Sun 25 May 2008 11:14:02 AM EEST
Install Date: Sat 03 Jan 2009 03:15:57 AM EET Build Host: ca-build15.us.oracle.com
Group : System Environment/Libraries Source RPM: gcc-4.1.2-42.el5.src.rpm
Size : 925520 License: GPL
Signature : DSA/SHA1, Mon 26 May 2008 08:58:57 AM EEST, Key ID 66ced3de1e5e0159
URL : http://gcc.gnu.org
Summary : GNU Standard C++ Library
Description :
The libstdc++ package contains a rewritten standard compliant GCC Standard
C++ Library.
What's the problem?