Hello Juergen, Emmanuel>
thank you for your suggestions!
From: Juergen Kreileder <[EMAIL PROTECTED]>
Date: 11 Dec 1999 00:48:42 +0100
This command should show what exactly was missing:
$ DEBUG_PROG=ldd java
After we added the path of libjava.so explicitly to /etc/ld.so.conf
we got:
[muster@192 muster]$ DEBUG_PROG=ldd java
java: error in loading shared libraries:
/usr/local/jdk117_v1a/lib/i686/green_threads/libjava.so: undefined symbol:
_dl_symbol_value
[muster@192 muster]$ cat /etc/ld.so.conf
/usr/lib
/usr/i486-linux-libc5/lib
/usr/X11R6/lib
/usr/local/jdk117_v1a/lib/i686/green_threads
The strange thing is:
[muster@192 green_threads]$ nm libjava.so | grep _dl_symbol_value
U _dl_symbol_value
[muster@192 /lib]$ nm libc.so.6 | grep _dl_symbol_value
000d8e18 t _dl_symbol_value
Gerd
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]