PDA

View Full Version : Can't execute a file since bad interpreter



gopikrish
08-21-2004, 01:45 AM
After mounting my floppy and untarring a .tar file, I executed one file called as "configure" using the command ./configure and it said,
bash: ./configure: /bin/bash: bad interpreter: permission denied

So how to successfully execute that file?

user unknown
08-21-2004, 02:52 AM
Is the program executable?
For the user who tried?


ls -la ./configure