I have for the most part gotten this working now. I removed Perl 5.6.1, and moved the site_perl/5.6.1 to my /usr/bin, just in case... I uninstalled all the Perl RPMs using --nodeps and when my machine appeared naked of Perl, I re-installed the Perl 5.6.0 RPMs (for what seems like at least the 3rd time...). It all seems fairly clean now, and everything points to /usr/bin/perl. I re-installed all of the Perl modules that Everything requires via CPAN. 1.54 still tried to "upgrade" me to 5.6.1, but I then upgraded to 1.59 (of CPAN.pm), and it finally shut up.

Just FYI, I learned that it is in fact possible to alter @INC (and anything else having to do with Perl) before Apache starts running, by including a directive like

PerlRequire /path/to/startup.pl
in httpd.conf, and putting any use or require statements you'd like to have there. Any modules sourced in there will only have one copy in memory, for all the child Apache processes, which makes it a good place to slurp up frequently used routines. This of course only applies if you've got mod_perl installed...

My Everything still doesn't work, but at least my Perl is clean again... Getting closer though, I can tell...

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


In reply to Re: Multiple Perl Installations by zane
in thread Multiple Perl Installations 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.