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.

In reply to Re: Wrong Apache.pm loaded by theirpuppet
in thread Wrong Apache.pm loaded by theirpuppet

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.