[PLUG] Re: Installing perl libraries -- question

Randal L. Schwartz merlyn at stonehenge.com
Sat Nov 12 10:35:07 UTC 2005


>>>>> "Vincent" == Vincent Yau <v_yau3 at hotmail.com> writes:

Vincent> bash-2.05$ perl -MCPAN -e 'install "LWP::Simple"'
Vincent> LWP not available
Vincent> Please check, if the URLs I found in your configuration file
Vincent> (ncftp://ftp.perl.org/pub/CPAN/MIRRORED.BY./) are valid. The urllist can be
Vincent> edited. E.g. with 'o conf urllist push ftp://myurl/'

That's really messed up.  Go into interactive mode:

        perl -MCPAN -e shell

and then reconfigure it with:

        o conf init

and answer all the questions *carefully*, and then:

        o conf commit

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!




More information about the PLUG mailing list