[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Sun Java - revisited



Hi Michael,

> 	j2eesdk-1_4_2.bin: error while loading shared libraries: 
> 	libstd++-libc6.2-2.so.3: Cannot open shared object file: 
> 	No such file or directory.
> 
> I do have libstd++6 installed on my system, and apt reports that it is the 
> latest version. I don't see a way to install the missing library, and without 
> it j2eesdk will not install. Guessing that an older version of j2eesdk would 
> install, I tried searching for one on the Sun site, but I couldn't find one.

I assume that what you really want is libstdc++, not libstd++ (since I
don't think the latter thing exists).  With that assumption:

$ sudo apt-file update
[output snipped]
$ apt-file search libstdc++-libc6.2-2.so.3
gcc-2.95-nof: usr/lib/nof/libstdc++-libc6.2-2.so.3
gcc-2.95-nof: usr/lib/nof/pic/libstdc++-libc6.2-2.so.3
libstdc++2.10-dbg: usr/lib/debug/libstdc++-libc6.2-2.so.3
libstdc++2.10-glibc2.2: usr/lib/libstdc++-libc6.2-2.so.3

So probably you want to "apt-get install libstdc++2.10-glibc2.2".  (The
apt-file tool is in a package of the same name, incidentally.  You can
also look up packages by filename at http://packages.debian.org/ .)

regards,

-- 
Kevin B. McCarty <kmccarty@princeton.edu>   Physics Department
WWW: http://www.princeton.edu/~kmccarty/    Princeton University
GPG public key ID: 4F83C751                 Princeton, NJ 08544



Reply to: