
April 25th, 2003, 11:46 AM
|
|
Junior Member
|
|
Join Date: Mar 2003
Location: Chicago
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
RedHat 9 and Sun jdk-1.3.1_07 no workie
When trying to run java -version, or any other java command I'm getting this error...
[root@marge bin]# ./java -version
/usr/jdk1.3.1_07/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
My install is out of box with code for devl and kern devl. My libc version is..
[root@marge root]# ls /lib/libc-*
/lib/libc-2.3.2.so
I'm not sure why I'm getting this error. has anyone encounterd this before?
|