>>>>> Sergio Antoy writes:
Sergio> Here is a trace of what happens on my machine
Sergio> gray:/tmp[501] export PATH=/home/antoy/java2/jdk1.2/bin:$PATH
Sergio> gray:/tmp[502] export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH
Sergio> gray:/tmp[503] ls -lt /usr/lib/libc.so.6
Sergio> lrwxrwxrwx 1 root root 14 Jun 16 14:40
/usr/lib/libc.so.6 -> /lib/libc.so.6
Sergio> gray:/tmp[504] javac Animator.java
Sergio> /home/antoy/java2/jdk1.2/jre/bin/realpath:
/home/antoy/java2/jdk1.2/jre/bin/i386/realpath: No such file or directory
Sergio> /home/antoy/java2/jdk1.2/jre/bin/realpath:
/home/antoy/java2/jdk1.2/jre/bin/i386/realpath: No such file or directory
Sergio> /home/antoy/java2/jdk1.2/bin/javac:
/home/antoy/java2/jdk1.2/bin/i386/native_threads/javac: No such file or directory
Sergio> /home/antoy/java2/jdk1.2/bin/javac:
/home/antoy/java2/jdk1.2/bin/i386/native_threads/javac: No such file or directory
Sergio> gray:/tmp[505]
Sergio> Is this correct?
Try
$ ldd /home/antoy/java2/jdk1.2/jre/bin/i386/realpath
the result should be something like
libc.so.6 => /lib/libc.so.6 (0x40014000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Juergen
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]