This is a simple problem to fix ... You need to move the DebianNet.pm file and the Debian and Dpkg directories from under the Perl 5.005_03 library tree (eg.
/usr/lib/perl5/) to that of the new Perl 5.6.1 library tree (eg.
/usr/local/lib/perl5/5.6.1). To check your relative
@INC paths (and help fathom what is going on with the Debian tools and their errors), the following code is useful:
perl5.00503 -e 'print join("\n", @INC), "\n"'
perl5.6.1 -e 'print join("\n", @INC), "\n"'
Unfortunately I moved my Debian packages a long time ago, else I could give you the exact mv command ... Oh well *grin*
Ooohhh, Rob no beer function well without!
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.