On 2012-10-15 17:38 +0200, Jon Dowland wrote:
> The error "no such file or directory" could be a red-herring in some cases.
According to the execve(2) manpage, it means
The file filename or a script or ELF interpreter does not exist,
or a shared library needed for file or interpreter cannot be
found.
Cheers,
Sven