On Fri, 19 Jun 1998 [EMAIL PROTECTED] wrote:

> I downloaded the JDK1.1.6v1(glibc)  and installed on my Red Hat Linux 5.0.
> But when I try to compile the "HelloWorld " program:

> ls -l /lib/libc.so.* gives me
> lrwxrwxrwx   1 root     root           
> 13 Jan 20 10:39 /lib/libc.so.6 -> libc-2.0.5.so*

You'll need to upgrade to redhat's glibc-2.0.7-7 (or greater) release.  

Or you can copy the libraries from $JAVA_HOME/lib/i586/green_threads/ into
a tmp directory (preferably on the root partition and not /tmp), add this
directory to the beginning of /etc/ld.so.conf and run ldconfig.  This
"should" work as well.

- cls


Reply via email to