I'm pretty sure the Ubuntu setup is the same as that of any other Debian-based linux distribution.

The default version of perl depends on which version of Ubuntu you're using. Ubuntu 8.04LS uses Perl 5.8.8. I *think* Ubuntu 9.04 comes with Perl 5.10.

You have to be real careful if you try to upgrade perl on an older distribution, because the OS uses perl-based scripts for certain things - so changing the system perl can break your whole installation. Installing from source (into an area like /opt or /usr/local) is probably the best way to go. Or else upgrade Ubuntu until you get a version that comes with the perl you want!

The main reason I have for using the package manager (for apache) is that it makes life easier if you start installing multiple apache modules (mod_rewrite, mod_ssh, mod_dav, etc) - many of those have multiple dependencies on other libraries, etc. Trying to get everything built without any conflicts takes a lot of time and energy - all easily avoided by simply using the package manager.


In reply to Re^3: Checklist for installing mod_perl by scorpio17
in thread Checklist for installing mod_perl by wfsp

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.