View Single Post

  #2 (permalink)  
Old 08-29-2007, 05:34 PM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

Welcome to forum!

Do you have exec permission on partition? Following command will give the answer:
Code:
mount
df
For example my /tmp is as follows (look for noexec):
/dev/sda3 on /tmp type ext3 (rw,noexec,nosuid,nodev)

Also make sure you have complete gcc and development environment installed
__________________
May the force with you!
Reply With Quote