1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Linux ./configure - Permission Denied?

Discussion in 'Software' started by Enerum, 7 Mar 2004.

  1. Enerum

    Enerum What's a Dremel?

    Joined:
    26 Jun 2003
    Posts:
    26
    Likes Received:
    0
    I'm running Red Hat 9, and I've downloaded the latest version of Apache. As you can guess from the title, when I try configure Apache before compiling it, I get an error saying "Permission Denied." :wallbash: I'm logged in as root... Help?

    ** Oh, by the way, it's Apache 2.0.48 (just in case "the latest version" wasn't descriptive enough)
     
    Last edited: 7 Mar 2004
  2. Bruno_me

    Bruno_me Fake-ad‎min

    Joined:
    30 Mar 2003
    Posts:
    1,136
    Likes Received:
    1
    you'll have to chmod it which is easy!

    just type "chmod 777 configure"

    and you should be able to run it
     
  3. Enerum

    Enerum What's a Dremel?

    Joined:
    26 Jun 2003
    Posts:
    26
    Likes Received:
    0
    :duh: Thanks... so that's, uh, probably the same problem I had with installing SSL, then... :worried:
     
  4. Bruno_me

    Bruno_me Fake-ad‎min

    Joined:
    30 Mar 2003
    Posts:
    1,136
    Likes Received:
    1
    :hehe: glad to be of help :)
     
  5. bmh.01

    bmh.01 What's a Dremel?

    Joined:
    7 Mar 2002
    Posts:
    149
    Likes Received:
    0
    You should proabably chmod it to 755 as 777 will give everyone write permission to the file.
     
Tags:

Share This Page