Hi,
I installed Strawberry Perl, then I ran the following command: C:\Users\pMalle001>cpan -I DBD::JDBC However, it looked like it errored, and referenced an older version of Perl, the C:\Perl_New\cpan\sources\authors\01mailrc.txt.gz.tmp10428' How can I make sure that it references the Strawberry Perl, and not the C:\Perl_New?

Below is the complete message:

C:\Users\pMalle001>cpan -I DBD::JDBC Set up gcc environment - gcc.exe (x86_64-posix-seh, Built by strawberr +yperl.com project) 8.3.0 Unknown option: I CPAN: Term::ANSIColor loaded ok (v4.02) CPAN: Storable loaded ok (v2.34) Reading 'C:\Perl_New\cpan\Metadata' Database was generated on Mon, 28 Sep 2020 05:55:34 GMT CPAN: LWP::UserAgent loaded ok (v6.04) CPAN: Time::HiRes loaded ok (v1.9725) Fetching with LWP: http://ppm.activestate.com/CPAN/authors/01mailrc.txt.gz LWP failed with code[500] message[write failed: ] Warning: no success downloading 'C:\Perl_New\cpan\sources\authors\01ma +ilrc.txt.gz.tmp10428'. Giving up on it. Fetching with LWP: http://cpan.perl.org/authors/01mailrc.txt.gz LWP failed with code[500] message[Can't connect to cpan.perl.org:443 ( +certificate verify failed)] Warning: no success downloading 'C:\Perl_New\cpan\sources\authors\01ma +ilrc.txt.gz.tmp10428'. Giving up on it. Warning: no success downloading 'C:\Perl_New\cpan\sources\authors\01ma +ilrc.txt.gz.tmp10428'. Giving up on it. No external ftp command available Fetching with LWP: http://ppm.activestate.com/CPAN/authors/01mailrc.txt.gz LWP failed with code[500] message[write failed: ] Warning: no success downloading 'C:\Perl_New\cpan\sources\authors\01ma +ilrc.txt.gz.tmp10428'. Giving up on it. Fetching with LWP: http://cpan.perl.org/authors/01mailrc.txt.gz LWP failed with code[500] message[Can't connect to cpan.perl.org:443 ( +certificate verify failed)] Warning: no success downloading 'C:\Perl_New\cpan\sources\authors\01ma +ilrc.txt.gz.tmp10428'. Giving up on it. Warning: no success downloading 'C:\Perl_New\cpan\sources\authors\01ma +ilrc.txt.gz.tmp10428'. Giving up on it. No external ftp command available CPAN: YAML::XS loaded ok (v0.39) Please check, if the URLs I found in your configuration file (http://ppm.activestate.com/CPAN, http://cpan.perl.org) are valid. The urllist can be edited. E.g. with 'o conf urllist push ftp://myurl/' Could not fetch authors/01mailrc.txt.gz

2022-08-18 Athanasius added code and paragraph tags.


In reply to Re^6: Can't locate Convert/BER.pm by mallett76
in thread Can't locate Convert/BER.pm by mallett76

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.