sprakash has asked for the wisdom of the Perl Monks concerning the following question:
Basically, I get the "No such file or directory" error in all the different CPAN module installations.Subroutine _new_response redefined at D:/Perl/site/lib/LWP\UserAgent.p +m line 112 7. CPAN: LWP::UserAgent loaded ok Fetching with LWP: ftp://archive.progeny.com/CPAN/authors/id/A/AN/ANDK +/CPAN-1.63.tar.gz Fetching with LWP: ftp://archive.progeny.com/CPAN/authors/id/A/AN/ANDK/CHECKSUMS Checksum for y\sources\authors\id\A\AN\ANDK\CPAN-1.63.tar.gz ok Cannot gzopen y\sources\authors\id\A\AN\ANDK\CPAN-1.63.tar.gz: No such + file or directory
Please let me know if some setting is screwed up or something. Thanks, Surya# This is CPAN.pm's systemwide configuration file. This file provides # defaults for users, and the values can be changed in a per-user # configuration file. The user-config file is being looked for as # ~/.cpan/CPAN/MyConfig.pm. $CPAN::Config = { 'build_cache' => q[10], 'build_dir' => q[\.cpan\build\.], 'cache_metadata' => q[1], 'cpan_home' => q[\.cpan\.], 'ftp' => q[C:\WINXP\system32\ftp.EXE], 'ftp_proxy' => q[], 'getcwd' => q[cwd], 'gzip' => q[D:\Zips\gzip\gzip.EXE], 'http_proxy' => q[], 'inactivity_timeout' => q[0], 'index_expire' => q[1], 'inhibit_startup_message' => q[0], 'keep_source_where' => q[\.cpan\sources\.], 'lynx' => q[], 'make' => q[], 'make_arg' => q[], 'make_install_arg' => q[], 'makepl_arg' => q[], 'ncftp' => q[], 'ncftpget' => q[], 'no_proxy' => q[], 'pager' => q[C:\WINXP\system32\more.COM], 'prerequisites_policy' => q[ask], 'scan_cache' => q[atstart], 'shell' => q[], 'tar' => q[], 'term_is_latin' => q[1], 'unzip' => q[D:\Zips\unzip\unzip.EXE], 'urllist' => [], 'wait_list' => [q[wait://ls6.informatik.uni-dortmund.de:1404]], 'wget' => q[], }; 1; __END__
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CPAN LWP module installation problems
by Popcorn Dave (Abbot) on Dec 24, 2002 at 04:11 UTC | |
by sprakash (Acolyte) on Dec 24, 2002 at 05:22 UTC | |
|
Re: CPAN LWP module installation problems
by tachyon (Chancellor) on Dec 24, 2002 at 05:34 UTC | |
by sprakash (Acolyte) on Dec 24, 2002 at 05:51 UTC | |
by tachyon (Chancellor) on Dec 24, 2002 at 06:20 UTC |