Find the answer to your Linux question:
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.......
  1. #1
    Just Joined! SnagaDuath's Avatar
    Join Date
    Aug 2007
    Location
    South Africa
    Posts
    52

    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....

  2. #2
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    Does it have execute permissions?

    Type,
    Code:
    ls -l configure
    It should say something like
    Code:
    -rwxrwxr-x 1 SnagaDuath SnagaDuath 0 2007-11-06 17:34 configure
    The "x" in "rwxrwxr-x" is important. If it's not there type,
    Code:
    chmod +x configure
    Then try again.
    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

  3. #3
    Just Joined! SnagaDuath's Avatar
    Join Date
    Aug 2007
    Location
    South Africa
    Posts
    52
    thanx Smolloy! It didn't have execute permissions. It's working now

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...