First, I would upgrade your system Perl through your package manager if at all possible. Then I would download the latest CPAN module and try to install it manually, then blow away /root/.cpan and reinstall. If that all doesn't work, then it seems to be one weird misconfiguration. You may have to take more drastic actions such as manually removing all modules installed after the system Perl was installed.

Other questions: Since you are using SLES, don't you have commercial support? Have any Perl modules been installed by your package manager? How is Perl used on your system (e.g., cron or other system scripts, individual users only, number of Perl users)? How many users do you support?

Update: I found that other folks using SLES 11 are having Perl update problems. If you need the Perl modules just for yourself, you should look at Perlbrew. You can also share the environment with others.


In reply to Re: problems updating CPAN via CPAN by u65
in thread problems updating CPAN via CPAN by e-ferrari

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.