> Could someone please tell me how to create the libstdc++-libc6.0-1.so.2
> link? I need it because java 1.2 fails with an error message for this
> specific library.
> I am a bit confused because neither ldconfig nor a file system search
> for this shows me a file like "libstdc++-libc6.0-1.so.2" or even
> "libc6.0-1.so.2" to link to.
>
> My System is SuSE 6.0 on x86. I have both libstdc++.so.2.8.0 and
> libstdc++.so.2.9.0 in /usr/lib and set LD_PRELOAD to
> /usr/lib/libstdc++.so.2.9.0
>
In the /usr/lib directory just make the link to libstdc++.so.2.8.0 with
ln -s libstdc++.so.2.8.0 libstdc++-libc6.0-1.so.2
and run ldconfig again. But anyway jdk1.2 should not work on your system
since I use the same SuSE distribution and there seem to be great problems
with the AWT implementation.
AND IF IT WORKS, TELL ME...... :-)
Ciao
Andreas
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]