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

Re: Installation of JDK



> The error message I get is
>
> "Error: failed /usr/java/j2sdk1.4.0/jre/lib/i386/client/libjvm.so,
> because
> libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file
> or
> directory"

as root:

cd /usr/lib/
ls libstdc++* | grep so

For me this brings up:

libstdc++-3-libc6.1-2-2.10.0.so
libstdc++-3-libc6.2-2-2.10.0.so
libstdc++-libc6.1-1.so.2
libstdc++-libc6.2-2.so.3
libstdc++.so.3
libstdc++.so.3.0.2

I had the same problem, so i linked
libstdc++-libc6.1-1.so.2 ->
libstdc++-libc6.2-2.so.3

I use woody. I think that on Potato i
had to link to *libc6.1-2.so.2 though.

In any case, link them like this:

ln -s lib_WHATEVER_looks_closest libstdc++-libc6.1-1.so.2

Hope that helps. I am sure someone else
has already replied -- but i haven't
seen anything yet because this list is so
slow.

(==timothy==)



Reply to: