Bash can't start a programme that's there and has all the right permissions
- by Rory
This is a gentoo server. There's a programme prog that can't execute. (Yes the execute permission is set)
About the file
$ ls
prog
$ ./prog
bash: ./prog: No such file or directory
$ file prog
prog: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), not stripped
$ pwd…