>>>>> "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 expected. This is wrong. If the major version number of the library has increased, then this means that the libraries are (read: should be) incompatible. Otherwise, the same version would be used and this extra symlink would not be required. Yes, it might work, but why not just down-load the correct library version instead? -- Brian May <[EMAIL PROTECTED]>