Forum Moderators: phranque

Message Too Old, No Replies

Error Message

Need help

         

anastaciomelero

4:04 am on May 31, 2005 (gmt 0)



I've been trying to install Apache onto my Linux system and I keep on getting the following:

make[2]: *** [install] Error 1
make[2]: Leaving directory `/home/melerocorporation/apache/srclib/apr'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/melerocorporation/apache/srclib'
make: *** [install-recursive] Error 1

can someone please assist me on solving this problem. I'm using Version 9 of Red Hat Linux.

sitz

4:16 pm on Jun 3, 2005 (gmt 0)

10+ Year Member



insufficient data; the full text of the error (everything after the last successful line) would be needed to be sure. One possible cause is that you're building Apache as a non-root user (which is the right thing to do) but trying to install it into a root-owned location as that same non-root user (which obviously won't work).