The ultimate source of the problem was that when I was building 5.10, I called
Configure -- as I have always done -- with
-de to accept all defaults and skip all prompts. Well, there's one prompt for the directory for architecture-specific libraries whose default value was:
/usr/local/lib/perl5/site_perl/5.8.8/i686-linux/
... which was the directory that Synaptic and apt-get were complaining about.
So the fix was to: (a) clear out all PERL5LIB settings from by .bashrc file, log out and back in; (b) rebuild Perl 5.10, starting with Configure and responding to prompts manually -- including one at which I said do not use a previously used Perl 5 configuration settings file.
The end result was a purer Perl 5.10. Today Synaptic prompted me to upgrade the cupsys server program. This failed the first time through (which was before I had reinstalled 5.10) for the same reason as cupsys-client did the other day. But after the reconfiguration and rebuild, apt-get was apparently satisfied, because cupsys upgraded without a hitch.
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.