After it was all working, I made the mistake of following CPAN shell's suggestion of upgrading itself. Any use of cpan.pm now results in a nasty zlibVersion error and rude return to host shell without closing the lock file. :^( CPAN.pm v1.54 apparantly requires Zlib 1.08, while Debian 2.1 provides Zlib 1.01.
Upgrading Debian Zlib to v1.08 would also force an upgrade of 15 other .deb's, including apache, mailtools, and perl itself with all associated libs. Needless to say, I'm not thrilled with that idea on a production host.
Is there a cpan method for downgrading itself?
Update: couple suggestions from young_perlhopper - install latest zlib (gzip?) to a non-default location, AND/OR rm cpan.pm and do a manual make/install. Or, I may try copying CPAN.pm v1.202 from working Debian box at home.
cheers,
ybiC
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, 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, 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.
|
|