At 11:47 AM 10/29/98 -0700, you wrote:
>Hi all,
>I just installed the glibc verison of the blackdown JDK 1.1.6 and I am
>getting this error when trying to complile a simple program using javac.
>
>/usr/local/jdk116_v5/bin/../bin/i586/green_threads/java: error in loading
>shared libraries
>libXpm.so.4: cannot open shared object file: No such file or directory
>
>thanks for the help

Are you also getting an error from the script?
There is a known bug in the java_wrapper script that is very easy to correct.
There is a space missing in a call to a subroutine.

This is quoted from the revised script.  Note the space after the
curly-brace in the second line.

>    if isGreaterOrEqual "$libdlVers" 1.9.6 ||
>       { isGreaterOrEqual "$libcVers" 1.5.44 &&
>        isGreaterOrEqual "$libdlVers" 1.9.9 }
>

Reply via email to