Hello and thanks in advance, So. I have Apache 2 with Mod Perl 2 installed (latest versions) and I am trying to use Apache::LogFile, but I get:
[Sat Dec 18 18:38:04 2004] [error] Can't load '/usr/lib/perl5/site_per +l/5.8.0/i3 86-linux-thread-multi/auto/Apache/LogFile/Config/Config.so' for module + Apache::L ogFile::Config: /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi +/auto/Apac he/LogFile/Config/Config.so: undefined symbol: perl_cmd_perl_TAKE2 at +/usr/lib/p erl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm line 229.\n at /usr/l +ib/perl5/s ite_perl/5.8.0/i386-linux-thread-multi/Apache/LogFile.pm line 12\nComp +ilation fa iled in require at /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-mu +lti/Apache /LogFile.pm line 12.\nBEGIN failed--compilation aborted at /usr/lib/pe +rl5/site_p erl/5.8.0/i386-linux-thread-multi/Apache/LogFile.pm line 12.\nCompilat +ion failed in require at (eval 11) line 3.\n
I've tried using in the conf:
PerlModule Apache::LogFile::Config PerlModule Apache::LogFile
I've also tried just about everything I can find on various help sites. What I did find that may be relevant is that, when using Apache 1.x/Mod Perl 1.x you install using the EVERYTHING=1 install option, something that I can't seem to find as an option when installing Mod_Perl 2. Any help would be appreciated.

2004-12-19 Janitored by Arunbear - replaced pre tags with code tags, to enable code extraction


In reply to Apache::LogFile and Mod_perl / Apache 2 by Sarq_6669

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.