To be a bit more verbose on the installation:

It's fairly painless on a modern* Linix system. A standard* ./configure && make && make install.

The configure gives you a long list of questions, to which you can almost always just pick the default. (You may want to watch for the dynamic linking option, but I'm betting it will be enabled by default)
Note that an installation of a different version of perl will NOT see any modules you installed for a different version (such as GD). Also note that while 5.6 (for example), has a lot of common modules included, many others that are commonly used are not included. (It's on the to-do list for 6.0, and presumably the 5.7/5.8 series) Usually after I do an install, I do a 'perl -MCPAN -eshell' (which involves another accept-the-defaults config), and install a short list of modules.
Also note that a distributions installation may not be in the "standard" place (/usr/bin/perl, /usr/local/bin/perl). You may want to uninstall any perl RPM/debs you have before installing the new version. (But there are probably a lot of dependancies based on perl, so maybe not.)

*Can we use these words in relation to Linix yet?


In reply to Re: Problems compiling GD by swiftone
in thread Problems compiling GD by larsen

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.