CPAN Perl Modules – LWP failed with code

I had a little difficulty today installing some Perl modules from CPAN. I was getting messages like:

Fetching with Net::FTP:
  ftp://ftp.flirble.org/pub/CPAN/authors/01mailrc.txt.gz
Couldn't fetch 01mailrc.txt.gz from ftp.flirble.org
Fetching with LWP:
  ftp://ftp.mirror.anlx.net/CPAN/authors/01mailrc.txt.gz
LWP failed with code[400] message[FTP return code 150]
Fetching with Net::FTP:
  ftp://ftp.mirror.anlx.net/CPAN/authors/01mailrc.txt.gz

First I tried removing the exisint Config.pm file from /usr/lib/perl5/5.8.5/CPAN/
Then I tried the install command again:

# perl -MCPAN -e shell  [no when asked]
cpan > install Mail::SPF::Query

This time I tried a little more patience and let it take its course. Eventually the install proceeded.
Patience is a virtue.

Leave a Reply

  • (will not be published)

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>