Thanks for reading! I'm getting this error when make testing on a RH 7.2 box, using the above versions for Apache and mod_perl. The version of Perl is 5.6.1. Originally on this server it was Perl 5.6.0, but I royally screwed up when updating CPAN.... Long story short, I got CPAN to install Perl 5.8.0 which lives in /usr/local/bin, but the RH rpm puts the perl executable in /usr/bin... Siteperl looks normal as far as I can tell... A copy of the make test output is below... I've been following the directions in INSTALL.simple... I've started from fresh sources, and searched the archives... I've also renamed perl 5.8.0 executable to something else so it does not seen in the path. Any pointers to how I can unscrew my goof is greatly appreciated! Oh, there is no error_log either!!
Thanks again. .mark "The security, stability and reliability of a computer system is reciprocally proportional to the amount of vacuity between the ears of the admin" __LOG__ (cd ../apache_1.3.26 && PERL5LIB=/usr/src/mod_perl-1.27/lib: make) make[1]: Entering directory `/usr/src/apache_1.3.26' ===> src make[2]: Entering directory `/usr/src/apache_1.3.26' make[3]: Entering directory `/usr/src/apache_1.3.26/src' ===> src/regex make[4]: Nothing to be done for `all'. <=== src/regex ===> src/os/unix make[4]: Nothing to be done for `all'. <=== src/os/unix ===> src/ap make[4]: Nothing to be done for `all'. <=== src/ap ===> src/main make[4]: Nothing to be done for `all'. <=== src/main ===> src/lib <=== src/lib ===> src/modules ===> src/modules/standard make[5]: Nothing to be done for `all'. <=== src/modules/standard ===> src/modules/perl make[5]: Nothing to be done for `all'. <=== src/modules/perl <=== src/modules gcc -c -I./os/unix -I./include -DLINUX=22 -DMOD_PERL -DUSE_HSREGEX -DNO_DL_NEEDED -fno-strict-aliasing -I/usr/local/include `./apaci` modules.c gcc -c -I./os/unix -I./include -DLINUX=22 -DMOD_PERL -DUSE_HSREGEX -DNO_DL_NEEDED -fno-strict-aliasing -I/usr/local/include `./apaci` buildmark.c gcc -DLINUX=22 -DMOD_PERL -DUSE_HSREGEX -DNO_DL_NEEDED -fno-strict-aliasing -I/usr/local/include `./apaci` \ -o httpd buildmark.o modules.o modules/standard/libstandard.a modules/perl/libperl.a main/libmain.a ./os/unix/libos.a ap/libap.a regex/libregex.a -lm -lcrypt -rdynamic -L/usr/local/lib /usr/lib/perl5/5.6.1/i386-linux/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl5/5.6.1/i386-linux/CORE -lperl -lnsl -ldl -lm -lc -lcrypt -lutil make[3]: Leaving directory `/usr/src/apache_1.3.26/src' make[2]: Leaving directory `/usr/src/apache_1.3.26' make[2]: Entering directory `/usr/src/apache_1.3.26' ===> src/support make[3]: Entering directory `/usr/src/apache_1.3.26/src/support' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/src/apache_1.3.26/src/support' <=== src/support make[2]: Leaving directory `/usr/src/apache_1.3.26' <=== src make[1]: Leaving directory `/usr/src/apache_1.3.26' make[1]: Entering directory `/usr/src/mod_perl-1.27/Apache' make[1]: Leaving directory `/usr/src/mod_perl-1.27/Apache' make[1]: Entering directory `/usr/src/mod_perl-1.27/Connection' make[1]: Leaving directory `/usr/src/mod_perl-1.27/Connection' make[1]: Entering directory `/usr/src/mod_perl-1.27/Constants' make[1]: Leaving directory `/usr/src/mod_perl-1.27/Constants' make[1]: Entering directory `/usr/src/mod_perl-1.27/File' make[1]: Leaving directory `/usr/src/mod_perl-1.27/File' make[1]: Entering directory `/usr/src/mod_perl-1.27/Leak' make[1]: Leaving directory `/usr/src/mod_perl-1.27/Leak' make[1]: Entering directory `/usr/src/mod_perl-1.27/Log' make[1]: Leaving directory `/usr/src/mod_perl-1.27/Log' make[1]: Entering directory `/usr/src/mod_perl-1.27/ModuleConfig' make[1]: Leaving directory `/usr/src/mod_perl-1.27/ModuleConfig' make[1]: Entering directory `/usr/src/mod_perl-1.27/PerlRunXS' make[1]: Leaving directory `/usr/src/mod_perl-1.27/PerlRunXS' make[1]: Entering directory `/usr/src/mod_perl-1.27/Server' make[1]: Leaving directory `/usr/src/mod_perl-1.27/Server' make[1]: Entering directory `/usr/src/mod_perl-1.27/Symbol' make[1]: Leaving directory `/usr/src/mod_perl-1.27/Symbol' make[1]: Entering directory `/usr/src/mod_perl-1.27/Table' make[1]: Leaving directory `/usr/src/mod_perl-1.27/Table' make[1]: Entering directory `/usr/src/mod_perl-1.27/URI' make[1]: Leaving directory `/usr/src/mod_perl-1.27/URI' make[1]: Entering directory `/usr/src/mod_perl-1.27/Util' make[1]: Leaving directory `/usr/src/mod_perl-1.27/Util' ../apache_1.3.26/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t & httpd listening on port 8529 will write error_log to: t/logs/error_log letting apache warm up...\c done /usr/bin/perl t/TEST 0 still waiting for server to warm up...............not ok