In Debian, you can pull packages from multiple sources, so you might
1 be able to get your base OS from 'stable' and pull certain packages from 'testing' or 'unstable'. See http://www.argon.org/~roderick/apt-pinning.html for information on setting this up.
Rather than using testing or unstable, you might be able to find some of the packages you need at http://www.backports.org. Not Perl, though, but they do have Apache2.
A nice middle ground between building everything from upstream sources, or suffering through outdated packages might be to build your own .deb packages of perl 5.8.x and its dependancies. I haven't tried this for something as complex as Perl or Apache, but for many other packages it's a simple matter of downloading the source packages from 'unstable' and rebuilding them on 'stable'.
1 - I say "might", because doing so might require upgrading the dependancies of Perl and Apache to the versions from 'testing', at which point you're basically better off just switching the entire thing rather than trying to track a 'stable' base and 'testing' for your apps.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.