1) Built and installed Perl 5.8.0 2) DL Apache-1.3.27 and mod_perl-1.28 3) cd /usr/local/src/apache/mod_perl-1.28 $ perl Makefile.PL APACHE_SRC=/usr/local/src/apache/apache_1.3.27/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/opt/apache $ make && make test && make install #### PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/10mysql....NOK 5# Failed test (t/10mysql.t at line 28) # got: '4' # expected: '5' t/10mysql....ok 7/7# Looks like you failed 1 tests of 7. t/10mysql....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 5 Failed 1/7 tests, 85.71% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/10mysql.t 1 256 7 1 14.29% 5