Re: Problems with md-crypt
> But it seems as if the shell script was attempted to be executed,
> but the exec just can't start the interpreter. I once waded through the
> code to start an executable for an embedded project, but this is long
> ago. However this would not depend on the device underlying a file
> system, I guess.
But can you start the interpreter (/bin/sh) directly? I suppose, you have
checked already, but better ask.
$ /bin/sh
sh-3.00$ echo "Hello"
Hello
sh-3.00$
> Maybe something is in the way that does not understand how to run
> 64 bit executables (the shell in this case). I'm rather clueless
> right now.
I don't understand this sentence. But if it was a problem with 64bit, I would
be experiencing it as well, wouldn't I?
Reply to: