This would not even be quite as big a problem except that 1) it means that some of our applications are down until we can get every module re-installed, and 2) It is very difficult to keep track of every module that is installed so we can make sure that we get them all re-installed.

For (1) I tend to build perl in it's own tree, install modules I need, and then symlink to it. That way the down time is almost zero when upgrading to a new version (just move the symlink), and if you run into a problem during the build it's no big deal. Also, it's easy to move Perl to machines that have a similar architecture and OS version, which is hard to do if it is installed somewhere like /usr/local where everything is mixed together.

For (2) I punt. I can't use CPAN or CPANPLUS, for various reasons, and so I tend to keep the original source dirs for these around as well and rebuild them -- not much fun.


In reply to Re: Sysadmin questions on efficient installation of new Perl versions by bluto
in thread Sysadmin questions on efficient installation of new Perl versions by Anonymous Monk

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.