Sergio Antoy wrote:
> 
> Juergen thanks for following up on this:
> 
> > >>>>> 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)
> 
> No, this is what I get
> 
> gray:~[504] export PATH=/home/antoy/java2/jdk1.2/bin:$PATH
> gray:~[505] export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH
> gray:~[506]  ldd /home/antoy/java2/jdk1.2/jre/bin/i386/realpath
> ldd: can't execute /home/antoy/java2/jdk1.2/jre/bin/i386/realpath (No such file or 
>directory)
> gray:~[507] ls -lt /home/antoy/java2/jdk1.2/jre/bin/i386/realpath
> -rwxr-xr-x   1 antoy    users       11862 Jun  3 17:43 
>/home/antoy/java2/jdk1.2/jre/bin/i386/realpath
> gray:~[508] ls -lt /usr/lib/libc.so.6
> lrwxrwxrwx   1 root     root           14 Jun 16 14:40 /usr/lib/libc.so.6 -> 
>/lib/libc.so.6
> gray:~[509] ls -lt /lib/libc.so.6
> -rw-r--r--   1 antoy    users     4009308 Jun 16 14:32 /lib/libc.so.6
> 
> I could not find trace of /lib/ld-linux.so.2

I don't know how Slackware does it, but I'm accustomed (on Red Hat) to
seeing libc.so.6 be a symlink to libc-2.<something>. From the size, it
*looks* like you've got a glibc2.1.

The missing ld-linux.so.2 seems significant... that file is very closely
associated with glibc. I'm inclined to suspect that you don't have a
complete glibc installation. Do you know how that /lib/libc.so.6 got
installed on your system?

Nathan


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to