1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Installing Apache, but can't run "make"

Discussion in 'Apache' started by SayMoi, Aug 15, 2012.

  1. #1
    Hey folks,
    I'm attempting to install httpd-2.4.2 on Suse Linux Enterprise Server 11. I managed to get it to configure, but when I try to run "make" this is all that happens:

    Making all in srclib
    make[1]: Entering directory `~/Desktop/httpd-2.4.2/srclib'
    make[1]: *** No rule to make target `all'. Stop.
    make[1]: Leaving directory `~/Desktop/httpd-2.4.2/srclib'
    make: *** [all-recursive] Error 1
    Code (markup):
    srclib is where I installed the APR, so I'm not sure if that's related or not.

    Please please help! I'm slowly going crazy here. Thanks! :)
     
    SayMoi, Aug 15, 2012 IP
  2. bestemployer

    bestemployer Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #2
    Try running "make -rpn | sed -n -e '/^$/ { n ; /^[^ ]*:/p }'" to see what make targets are available.
     
    bestemployer, Aug 17, 2012 IP
  3. whrsstech

    whrsstech Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hello,

    It seems the configure command didn't complete. Try running ./configure again and check for any errors.
     
    whrsstech, Aug 17, 2012 IP