Hello list, for some reason I'm unable to execute binary files and script files (e.g. bash/sh/python). If I put the interpreter in front of the shell script then I'm able to execute the file, but I'm unable to run it as one would normal run it.
[EMAIL PROTECTED] ~/ib2007/bin $ file ib2007ux ib2007ux: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.0.0, stripped [EMAIL PROTECTED] ~/ib2007/bin $ ./ib2007ux -bash: ./ib2007ux: Access denied That's the output I get when trying to execute a binary file. The next is when I try to execute a script file, in this case it's a python script but same goes for every other. [EMAIL PROTECTED] ~/Dev/repo/arandr $ ./arandr -bash: ./arandr: /usr/bin/env: bad interpreter: Access denied I'm rather clueless on what might have caused this, so any help would be very appreciated. As a final resort I changed my CFLAGS from -Os to -O2 as is standard. My emerge --info is at http://www.xs4all.nl/~mtonko/emerge.info uname -a : Linux Gaius 2.6.26-gentoo-r1 #5 SMP Tue Nov 11 13:41:10 CET 2008 x86_64 AMD Athlon(tm) 64 X2 Dual-Core Processor TK-55 AuthenticAMD GNU/Linux -- Regards, Tonko
