Hello. I want to report a misleading diagnostic with `ldd'[1]. Doing: touch empty chmod +x empty ldd empty yields: lddlibc4: cannot read header from `./empty': No such file or directory I do not know how to interpret this `No such file of directory', given that `./empty' does exist. Applying `strace' on the command shows that `lddlibc4' was looked for along the PATH, and many `ENOENT' were raised before `lddlibc4' was successfully found in `/usr/bin'. Could the error be left over from the search? ---------- [1] While exploring another `ldd' problem... -- François Pinard http://www.iro.umontreal.ca/~pinard -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/