Afternoon all I'm trying to install Sun JDK 1.3.1 I've downloaded the .bin, installed it, and set up the PATH But it's bitched that /usr/jdk1.3.1/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 Now in my /usr/lib directory I've got libstdc++-libc6.1-2.so.3 -> libstdc++-3-libc6.1-2-2.10.0.so I've created another link libstdc++-libc6.1-1.so.2 -> libstdc++-3-libc6.1-2-2.10.0.so and it seems to be working ok, but I'm I correct in this? I assume the 1-1 -> 1-2 difference is a very minor release number, but what is the difference between .so.2 and .so.3 Could someone perhaps outline what all the different numbers in a library filename generally mean? In addition, I noted that the java version in the debian stable is 1.1... what does this go up to in newer versions? Adam -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
