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) and tiramisu:/opt/qcad-2.1.....x86# strace -efile ./qcad strace: exec: No such file or directory execve("./qcad", ["./qcad"], [/* 19 vars */]) = 0 Which tells me little. Am I right in thinking the latter indicates the error is in fact occuring before the file qcad is even opened? If so, I assume it is a system problem not a problem with this particular executable. Or am I drawing unfounded conclusions? -- richard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]