Results 1 to 3 of 3
I'm getting this error when i try to configure any source in suse 10.3
Bennie:/home/SnagaDuath/fuse-2.7.0 # ./configure
bash: ./configure: Permission denied
I have no idea why.......
- 11-06-2007 #1
configure premission denied
I'm getting this error when i try to configure any source in suse 10.3

Bennie:/home/SnagaDuath/fuse-2.7.0 # ./configure
bash: ./configure: Permission denied
I have no idea why....
- 11-07-2007 #2
Does it have execute permissions?
Type,It should say something likeCode:ls -l configure
The "x" in "rwxrwxr-x" is important. If it's not there type,Code:-rwxrwxr-x 1 SnagaDuath SnagaDuath 0 2007-11-06 17:34 configure
Then try again.Code:chmod +x configure
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 11-07-2007 #3
thanx Smolloy! It didn't have execute permissions. It's working now


Reply With Quote