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!
Try running "make -rpn | sed -n -e '/^$/ { n ; /^[^ ]*:/p }'" to see what make targets are available.
Hello, It seems the configure command didn't complete. Try running ./configure again and check for any errors.