Hi,

I've messed something up with my OpenSuse 10.2 configuration... I ran across it trying out the "simplehello" KDevelop application. Here's the console output:

/bin/sh: ./simplehello: Permission denied
Press Enter to continue!

I've tried going to a shell prompt and a root shell prompt with the same results. Here is the results of ls:
aaron@linuxbox:~/dev/simplehello/debug/src> ls -l
total 64
-rw-r--r-- 1 aaron users 13733 2007-09-02 19:57 Makefile
-rwxr-xr-x 1 aaron users 27413 2007-09-02 19:57 simplehello
-rw-r--r-- 1 aaron users 19552 2007-09-02 19:57 simplehello.o

I've tweaked it with chmod and got the same results...

aaron@linuxbox:~/dev/simplehello/debug/src> chmod 777 simplehello
aaron@linuxbox:~/dev/simplehello/debug/src> ./simplehello
bash: ./simplehello: Permission denied
aaron@linuxbox:~/dev/simplehello/debug/src> ls -l
total 64
-rw-r--r-- 1 aaron users 13733 2007-09-02 19:57 Makefile
-rwxrwxrwx 1 aaron users 27413 2007-09-02 19:57 simplehello
-rw-r--r-- 1 aaron users 19552 2007-09-02 19:57 simplehello.o
aaron@linuxbox:~/dev/simplehello/debug/src>

Can anyone point me in the right direction here?

Thanks.

Aaron