Because of problems discussed below, I have installed a new version of perl, made sure that the commands "cpan" and "perl" are the + new commands, just installed, etc. Then I did sudo find .cpan -exec chmod a+w {} \; to make sure my ftps would not get on the wrong side of permissions Then sudo cpan Then o conf init, but that command wanted to download from CPAN using ftp, so I got into my USUAL troubles.... Namely: All the ftp mirrors, all the ftp type commands, eg wget, fail, without + fail. On the other hand, manual ftp succeeds on the same CPAN files, without using root status. Here is a typical snippet of the failure (partial result of cpan> o conf init): Couldn't fetch MIRRORED.BY from ftp.mirror.ac.uk Fetching with Net::FTP ftp://ftp.mirror.ac.uk/sites/ftp.funet.fi/pub/languages/perl/CPAN/MI +RRORED.BY.gz Couldn't fetch MIRRORED.BY.gz from ftp.mirror.ac.uk LWP not available Fetching with Net::FTP: ftp://usit.shef.ac.uk/pub/packages/CPAN/MIRRORED.BY Couldn't fetch MIRRORED.BY from usit.shef.ac.uk Fetching with Net::FTP ftp://usit.shef.ac.uk/pub/packages/CPAN/MIRRORED.BY.gz Couldn't fetch MIRRORED.BY.gz from usit.shef.ac.uk Can anyone throw any light on this? Thanks a lot. David

In reply to installation via cpan/ftp problems for newbie by dbae

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.