>I just downloaded and installed jdk1.1.6v4a-i386-glibc.tar.gz as the
>instructions in the README specify. However, I can't seem to get Java
>running:
>
>[chroma@chroma /extra]$ java
>/usr/local/java/bin/../bin/i486/green_threads/java: error in loading shared
>libraries
>libXp.so.6: cannot open shared object file: No such file or directory
>[chroma@chroma /extra]$
>


>What am I doing wrong? Any help you could provide would be greatly
>appreciated.
>Simon Arthur

The error comes from the fact that libXp.so.6 is in XFree86 3.3.2 and you
are probably on XFree86 3.3.1. So you must upgrade your X windows system. If
you are using Redhat 4.2 look in the redhat-4.2/updates directory, and
you'll find the XFree86 3.3.2 rpms for libc5.

If you have a version of ld less than ld.so.1.9.9 then remove libc.so.5 and
and libdl.so.1 from $JAVA_HOME/lib/i686/green_threads/ as indicated by Paul
Ho.

Regards
Wim

Reply via email to