Re: Java jdk1.3 on Potato

2001-01-08 Thread Brian May
> "David" == David Shepherd <[EMAIL PROTECTED]> writes: David> I solved the problem by using a sym link... ln -s David> /usr/lib/libstdc++-libc6.1-2.so.3 David> /usr/lib/libstdc++-libc6.1-1.so.2 David> Haven't fully tested the jdk, but java -version now works David> as ex

RE: Java jdk1.3 on Potato

2001-01-08 Thread David Shepherd
EMAIL PROTECTED] Sent: Tuesday, 9 January 2001 1:10 p.m. To: Debian-User Subject: Java jdk1.3 on Potato Just installed jdk1.3 and get the following error when running java -version /usr/local/jdk/jdk1.3/bin/i386/native_threads/java: error in loading shared libraries: libstdc++-libc6.1-1.so.2: cannot

Re: Java jdk1.3 on Potato

2001-01-08 Thread D-Man
Do you have the file "libstdc++-libc6.1-1.so.2" ? (the number at the end is important? If not, you could try creating a symlink to the C++ lib you have but it probably won't run properly (most likely will be binary incompatible). Another solution is to build the jdk against the lib you have (but

Re: Java jdk1.3 on Potato

2001-01-08 Thread Rick
I got it from sun and it works dandy. it looks like you are missing some libraries. Try installing libstdc++2.10-dev and libc6-dev and any other -dev files you may find a debian.org in the stable packages development section. rick David Shepherd writes: > Just installed jdk1.3 and get the foll

Java jdk1.3 on Potato

2001-01-08 Thread David Shepherd
Just installed jdk1.3 and get the following error when running java -version /usr/local/jdk/jdk1.3/bin/i386/native_threads/java: error in loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory Can someone tell me how I can fix this or if jdk1