This might help you folks...
I've a glibc2.1 runtime on a libc5 Slackware 3.5(2.0.34 upgraded to 2.3.2).
Compiled glibc2.1 and installed it under /usr/local/glibc-2.1
added /usr/local/glibc2.1/lib to /etc/ld.so.conf
Created links
<glibc_install>/lib/libc.so.6 to /lib/libc.so.6
<glibc_install>/lib/ld-linux.so.2 to /lib/ld-linux.so.2
<glibc_install>/lib/libm.so.6 to /lib/libm.so.6
Installed JDK1.2 Pre2 compiled with glibc2.1 under /usr/local/jdk1.2
added the following to /etc/ld.so.conf
<jdk_install>/jre/lib/i386/green_threads
<jdk_install>/jre/lib/i386/native_threads
<jdk_install>/jre/lib/i386/classic
<jdk_install>/jre/lib/i386
Ran ldconfig -v
And now I am able to compile and run java programs.
-
Patro
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]