in reply to Wrong Apache.pm loaded

I'm installing from source, as you can see, but mod_perl isn't my buddy this time. Here's what I did to install it:
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
It looks like Apache::DBI is a problem as well. Tried installing from CPAN, got this: Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(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
PLEASE HELP. If you need more info, let me know.