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

Re: blind spot for java



> > 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

Tim



Reply to: