[This is off-topic for c.o.l.d.system. Followups redirected.]
> [8] ls -la ./lmgrd
> -rwxr-xr-x 1 helens 79 284720 Nov 2 1998 ./lmgrd*
> [9] file ./lmgrd
> ./lmgrd: ELF 32-bit LSB executable, Intel 80386, version 1, dynamically linked (uses shared libs), stripped
> [11] ldd ./lmgrd
> /usr/bin/ldd: ./lmgrd: No such file or directory
> [12] ./lmgrd
> ./lmgrd: Command not found.
> *Why* on earth would this happen?
libc5 binaries. Run "strings ./lmgrd | grep ld-linux", and see whether it
refers to this linker (as opposed to /lib/ld-linux.so.2, the libc6 dynamic
linker).
--
Paul Kimoto
This message was originally posted on Usenet in plain text. Any images,
hyperlinks, or the like shown here have been added without my consent,
and may be a violation of international copyright law.