I'm using a fresh install of Kubuntu 8.04 with KDE3 (though this is not a KDE/Gnome problem). I have installed libc6-dev, make, automake, autoconf, g++, gcc and other things.
Whenever I try to compile something with ./configure, I have problems. It says:
Quote:
|
bash: ./configure: /bin/sh: bad interpreter: Permission denied
|
I found a way around this by doing: "sh ./configure" but the configure script fails because it try to execute './a.out' at one point as a check, and gets the error:
Quote:
|
./configure: line 2827: ./a.out: Permission denied
|
This is a fairly serious error, since this means I cannot compile things. Anyone know of this bug and if there is a fix?