[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: blind spot for java



On Friday 26 August 2005 15:42, Tim Ruehsen wrote:
> > > or 'ldd java',
> >
> > this looks bad
> >
> > $ldd java
> > /usr/bin/ldd: line 171: /lib/ld-linux.so.2: No such file or directory
> > ldd: /lib/ld-linux.so.2 exited with unknown exit code (127)
>
> Here we go. Let's concentrate on this. Normally, /lib/ld-linux.so.2 is a
> symlink to e.g. (on my SID system) /lib/ld-2.3.5.so.
>
> So try ls -la /lib/ld-*, and see if the file that the symlink points to
> exists.
>
> Just to show you the output on my system:
> blitz-lx:~# ls -la /lib/ld-*
> -rwxr-xr-x  1 root root 90028 Aug 19 14:43 /lib/ld-2.3.5.so
> lrwxrwxrwx  1 root root    11 Aug 22 14:36 /lib/ld-linux.so.2 ->
> ld-2.3.5.so
>

# ls -la /lib/ld-*
-rwxr-xr-x  1 root root 97904 2005-08-20 00:03 /lib/ld-2.3.5.so
lrwxrwxrwx  1 root root    11 2005-08-22 16:17 /lib/ld-linux-x86-64.so.2 -> 
ld-2.3.5.so

 Hmmm I wonder if this is has something to do with the upgrades going on in 
unstable at the minute. Shouldn't this line

/var/chroot/sid-ia32/lib

from ld.so.conf have pulled in the required ld-linux.so.2 link?

Graham

> Tim



Reply to: