LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   can't_install_wierd_err (https://www.linuxquestions.org/questions/slackware-14/cant_install_wierd_err-534853/)

strycnine 03-05-2007 04:38 PM

can't_install_wierd_err
 
I'm trying to install some programs on my system but when I try to run ./configure(as root), it gives me this error:
$bash: ./configure: /bin/sh: bad interpreter: Permission denied
Does someone have any ideea?

bsdunix 03-05-2007 05:54 PM

Check to see if "noexec" is set on the partition.

H_TeXMeX_H 03-05-2007 06:06 PM

I know I've see someone else with this error around here. Might wanna search for it, not sure if it was answered though.

strycnine 03-06-2007 03:22 PM

I put exec in fstab, but at booting process it writes that the partition has noexec.
What is the problem

bsdunix 03-06-2007 08:54 PM

Could be your mount options for that partition are in conflict.

mount options "user" and "users":

user
Allow unprivileged users to mount or unmount the filesystem. The defaults on such a system will be nodev, noexec, and nosuid, unless otherwise specified.

users
Allow any user to mount or unmount the filesystem. The defaults on such a system will be nodev, noexec, and nosuid, unless otherwise specified.

http://www.oreillynet.com/linux/cmd/...p?path=m/mount


All times are GMT -5. The time now is 05:01 PM.