On Tuesday 06 September 2005 12:18, Tom Brown wrote:
Unable to load native library: /export/disk1/opt/jdk1.3.1_02/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
anyone know any workarounds?
Jdk 1.3.1 patch level anything newer than 13 should work...
[loony@lap bin]$ ./java -version java version "1.3.1_16" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_16-b06) Java HotSpot(TM) Client VM (build 1.3.1_16-b06, mixed mode) [loony@lap bin]$ uname -a Linux lap 2.6.9-11.EL #1 Wed Jun 8 16:59:52 CDT 2005 i686 i686 i386 GNU/Linux [loony@lap bin]$ cat /etc/issue CentOS release 4.1 (Final) Kernel \r on an \m
If you can't do that cause its integrated into anything else you might want to try the usual LD_ASSUME_KERNEL (2.4.1 or 2.2.5) work around... might or might not work...
Peter.