I have maintained 2 versions of perl on a box for several years. Interchange required a non-threaded perl and Fedora/RH (in thier wisdom) only distributes threaded perl. Thier threaded perl also has a load of dependancies to system tools. Though none of the tools relied on threads (which makes the least sense of all). My situation has since changed, due to some package finagling, I now only run non-threaded perl, but my distro thinks it's the regular version (advice on the Interchange Mailing List)

It's a pain - I had one in /usr/bin/ and the other /usr/local/bin/. The biggest and most frequent pain (but not the only) was I had to match modules to both verions - which means double installs (which is quite easy to forget). You also have to exclude perl updates in yum.

My advice - ditch one version or if you need to stay really current find a way to compile.



grep
Mynd you, mønk bites Kan be pretti nasti...

In reply to Re^2: default perl on linux by grep
in thread default perl on linux 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.