[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Some strange behavior in Red Hat 7.0
I have a Linux box that I've just built with Red Hat 7.0. I have a binary
of a program called snif, that I built under an earlier version of linux
(around 6.0). Whenever I try to run it under 7.0, it says no such file or
directory. The executable for snif is at /home/afcausr/snif/snif.
[root@localhost snif]# ./snif
bash: ./snif: No such file or directory
[root@localhost snif]# ls snif
snif
[root@localhost snif]# ls -al snif
-rwxr-xr-x 1 afcausr wheel 7765 May 20 1999 snif
root@localhost snif]# pwd
/home/afcausr/snif
[root@localhost snif]# /home/afcausr/snif/snif
bash: /home/afcausr/snif/snif: No such file or directory
[root@localhost snif]# strace snif
strace: snif: command not found
[root@localhost snif]# strace ./snif
execve("./snif", ["./snif"], [/* 21 vars */]) = 0
strace: exec: No such file or directory
Any thoughts on why I cannot execute this?
Randy
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.