LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cannot ./configure (https://www.linuxquestions.org/questions/linux-newbie-8/cannot-configure-14701/)

therut 02-20-2002 11:55 AM

Cannot ./configure
 
Hi,

to be able to monitor my cpu's temperature I need to install a small utility. To install this I first need to instaal nasm. However, after downloading and uncompressing it when I execute the ./configure command it comes back with the following error:

bash: ./configure: bad interpreter: permission denied

Why is this?

Thanks in advance

Sander

J_Szucs 02-20-2002 02:39 PM

So far as I remember I had such error message when logged in as root I tried to compile a program installed in an other user's home directory.
I copied the files to an other directory, and did the compilation there.

Mara 02-20-2002 02:44 PM

Re: Cannot ./configure
 
Who you are when you run configure? And what are bash parmissions?

therut 02-20-2002 03:22 PM

When I configure I'm logged in as root

Robert_L 02-20-2002 10:19 PM

Try:
chmod +x configure

all the best,
Robert_L


All times are GMT -5. The time now is 04:46 AM.