On Tue, 2002-05-28 at 23:13, Ken Foskey wrote: > ken@gandalf:/opt/jdk/bin$ ./javac > /opt/jdk/bin/i386/native_threads/javac: error while loading shared > libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No > such file or directory > > > Looking through my system I can see: > > /usr/lib/libstdc++-libc6.1-2.so.3 > > Can I simply link this back to the version number required?
You can, and it's worked for me. > ... or ... > How do I find a package that has this in it? http://www.debian.org/distrib/packages will let you search the contents of packages, for a particular file. (It's in the libstdc++2.9-glibc2.1 package on my woody box :-) -- Pete [EMAIL PROTECTED] On Thursday a small war broke out between those who worshipped the Mother Goddess in her aspect of the moon and those who worshipped her in her aspect of a huge fat woman with enormous buttocks. -- (Terry Pratchett, Pyramids) -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
