[slugnet] Scripts with #! /bin/sh fails to execute with error
bad Interpreter...
wearitdown at myrealbox.com
wearitdown at myrealbox.com
Tue Sep 30 21:11:52 SGT 2003
Steven Sim wrote:
>I'm trying to compile Apache and I did
>./configure --enable-mods-shared=all<enter>
>
>I got
>
>bash: ./configure: /bin/sh: bad interpreter: Permission denied
>
>
That partition is probably mounted noexec (check with or cat
/etc/mtab). That means you can directly execute anything on that partition.
Try running sh to interpret the script instead - "sh ./configure ..."
More information about the Slugnet
mailing list