G'day EigenFunctions,

"When I run CPAN, both end with a Checksum error as shown above."

[Note: CPAN is a core module; you won't be running that. I'm going to assume you meant the cpan utility.]

You've encountered the security vulnerability CVE-2020-16156. There are a number of references near the end of that page; the most pertinent for you is probably "Addressing CPAN vulnerabilities related to checksums".

This has cropped up a few times here. I first encountered it in 2021. The information in the subthread "Re^4: pod2html: link (L<...>) formatting code (timeloop)" may be useful to you when fixing the problem; it contains the same "The cksum does not contain the key 'cpan_path' for ..." message.

— Ken


In reply to Re: CPAN Install errors by kcott
in thread CPAN Install errors by EigenFunctions

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.