LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   ./configure --> permission denied (https://www.linuxquestions.org/questions/linux-software-2/configure-permission-denied-181148/)

mrosati 05-13-2004 02:35 PM

./configure --> permission denied
 
hi to all.
i have a problem:
whenever i run a "./configure" ti install a program i get this error

-bash: ./configure: /bin/sh: bad interpreter: Permission denied

this happens both when i run the script in user mode and super user

please help me!!

Matteo

bulliver 05-13-2004 02:40 PM

try:
Code:

sh ./configure
If this works, it is usually because the 'noexec' or 'user' flag is set on the partition/filesystem you are trying to run the script on. Have a look at your fstab and see if this is true...

mrosati 05-13-2004 02:46 PM

thank you it works.... maybe the problem was that i tried to compile a package in my data disk, i have moved the directory in my home and everything works!

thank you so much

Matteo

bulliver 05-13-2004 02:48 PM

Yup. You can't execute any scripts on a noexec or ro filesystem.

Good luck...


All times are GMT -5. The time now is 09:16 AM.