Click to See Complete Forum and Search --> : Can't execute a file since bad interpreter


gopikrish
08-20-2004, 08:44 PM
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?

psi42
08-20-2004, 09:53 PM
You need to add the "exec" option in the floppy drive entry in /etc/fstab.

But you should really copy the files to the harddrive first. Compiling on a floppy will be very slow. :)

~psi42