dearly beloved,

i just updated my perl from 5.8.0 to 5.8.4 (for installing RT) from source, and that worked just fine. but when i try to start my RT-virtualhost, i get some errors complaining about some missing modules in the 5.8.0 @INC paths (instead of the 5.8.4 paths, where all the required modules are installed).

after a cup of coffee, i noticed that this must be because my mod_perl is still at 5.8.0 (but that's only a guess)

after much googling, i didn't find anything comprehensive on the subjects:
  • how to check what version of perl is lurking inside my mod_perl
  • how to update that version with the smallest effect possible on the whole apache-setup (since i'm running all of this on a server running Plesk7, which is rather sensitive about it's surroundings changing, i think)

    it could of course be that i'm missing something terribly obvious, but i just couldn't find anything. anybody have an idea under which rock i should look for the docs for this, or which .so i have to replace with what?

    P.S.: what should i do with the perl5.6.0 paths and binaries, anyhow?

    In reply to mod_perl2 version confusion by schweini

    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.