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

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



On Tue, 6 Dec 2005, Richard Lyons wrote:

On Tuesday,  6 December 2005 at 12:00:24 +0100, Almut Behrens wrote:
On Tue, Dec 06, 2005 at 08:41:46AM +0000, Richard Lyons wrote:
[...]
    $ ./qcad
    bash: ./qcad: No such file or directory
[...]

Maybe it's missing some vital library or somesuch [1].  Try ldd, or if
that doesn't help, "strace -efile ..." to find out...

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



----------------------------------------------------------------------
Andrew J Perrin - andrew_perrin (at) unc.edu - http://www.unc.edu/~aperrin
Assistant Professor of Sociology; Book Review Editor, _Social Forces_
University of North Carolina - CB#3210, Chapel Hill, NC 27599-3210 USA





Reply to: