I know this is only peripherally related to Perl, but you guys are so friendly and knowledgeable I figured I'd ask anyway...

I've got mod_perl-1.24_01 running under Apache 1.3.19, with Perl 5.6.0. I'm running the Everything Engine and I'm getting spurious Perl errors now and then, and no one else using Everything seems familiar with them. I'm led to believe it may be my underlying configuration. Perl modules, or mod_perl - something other than Everything itself.

My question is this: is there some way that I can verify that my mod_perl has been built with the correct perl libs - i.e. the ones that are on the system? Can it be done without re-compiling Apache and mod_perl? What's the best way to go about debugging something like this? Should I just start swapping our perlmodules with older versions and see if the errors go away (they're reproducable) in some configurations? Should I just buckle down and re-compile (or actually, compile for the first time - I'm using the outofthebox RPMed versions of mod_perl and Apache right now, on a RH7.1 machine).

Danke!

--
If we don't change direction soon, we'll end up where we're going.


In reply to How can I know my perl environment is consistent? (such that mod_perl is okay with it) by zane

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.