On Wednesday 09 May 2007 11:45:11 Carlos E. R. wrote:
> The Wednesday 2007-05-09 at 20:35 +0200, Caisa Persdotter wrote:
> > Thanks, but it still gives the same message. I've tried to run
> > ./configure in several directories with untared soursces but get the
> > same result. It worked fine before reinstallation.
>
> Issue the command "mount" and see if the partition is mounted "noexec". If
> so, correct.

I think your problem is that "/bin/sh" doesn't exist.  For example:

[EMAIL PROTECTED] test]$ ls -l test.sh
-rwxr-xr-x 1 jcunning users 29 May  9 12:29 test.sh
[EMAIL PROTECTED] test]$ cat test.sh
#!/bin/nosuchshell
echo test
[EMAIL PROTECTED] test]$ ./test.sh
bash: ./test.sh: /bin/nosuchshell: bad interpreter: No such file or directory

The command "ls -l /bin/sh" should produce something like this (ignore the 
file date):
lrwxrwxrwx  1 root root 4 Jul 20  2005 /bin/sh -> bash

Jim
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to