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

Re: file not found - hardware, fs, or driver problem?



On Tuesday,  6 December 2005 at 14:20:08 +0000, Andrew Perrin wrote:
> On Tue, 6 Dec 2005, Richard Lyons wrote:
> 
> >tiramisu:/opt/qcad-2.1.0.0-rc1-1-prof.linux.lcpp5.x86# ldd ./qcad
> >/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)
> >
> 
> To me, this suggests a problem with the ld-linux.so.2 library. Does it 
> exist? (i.e., ls -l /lib/ld-linux*)
> 
> This is from my system:
> 
> joehill:~# dpkg -S ld-linux.so.2
> libc6: /lib/ld-linux.so.2
> libc6: /lib/tls/ld-linux.so.2
> 
> ...which means that the package libc6 contains the file in question
> 
> 
> joehill:~# ls -l /lib/ld-linux.*
> lrwxrwxrwx  1 root root 11 Nov 27 20:13 /lib/ld-linux.so.2 -> ld-2.3.5.so
> 
> 
> ...and it's a symbolic link to:
> 
> 
> joehill:~# ls -l /lib/ld-2.3.5.so
> -rwxr-xr-x  1 root root 88168 Nov 12 20:23 /lib/ld-2.3.5.so

Right.  Thanks for your help.  You are right, it did not exist.  I had:

# ls -l /lib/ld-linux*
lrwxrwxrwx  1 root root 11 2005-11-26 09:24 /lib/ld-linux-x86-64.so.2 -> ld-2.3.5.so

so I did:

# ln -s /lib/ld-2.3.5.so /lib/ld-linux.so.2

after which 

# ./qcad
bash: ./qcad: Accessing a corrupted shared library

So what next?  Just to recap., this is etch on an amd64 system, which may perhaps 
be the reason.

-- 
richard



Reply to: