View Single Post
  #3 (permalink)  
Old 08-25-2006, 08:40 PM
wildhuman wildhuman is offline
Senior Member
 
Posts: 64
Default

I had to say, when I install LWP, it is ok and no fault.

about urllist, I set 'urllist' => [] because " (possibly) blanking our urllist param" in the build_cvs_howto.txt, I don't whether it is true.




$CPAN::Config = {
'build_cache' => q[10],
'build_dir' => q[/mnt/scsi/tmp/zimbra/ThirdParty/Perl/.cpan/build],
'cache_metadata' => q[1],
'cpan_home' => q[/mnt/scsi/tmp/zimbra/ThirdParty/Perl/.cpan],
'dontload_hash' => { },
'ftp' => q[/usr/bin/ftp],
'ftp_proxy' => q[],
'getcwd' => q[cwd],
'gpg' => q[],
'gzip' => q[/usr/bin/gzip],
'histfile' => q[/mnt/scsi/tmp/zimbra/ThirdParty/Perl/.cpan/histfile],
'histsize' => q[100],
'http_proxy' => q[],
'inactivity_timeout' => q[0],
'index_expire' => q[1],
'inhibit_startup_message' => q[0],
'keep_source_where' => q[/mnt/scsi/tmp/zimbra/ThirdParty/Perl/.cpan/sources],
'lynx' => q[],
'make' => q[/usr/bin/make],
'make_arg' => q[],
'make_install_arg' => q[],
'makepl_arg' => q[PREFIX=/mnt/scsi/tmp/zimbra/ThirdParty/Perl/zimbramon LIB=/mnt/scsi/tmp/zimbra/ThirdParty/Perl/zimbramon/lib EXPATLIBPATH=/opt/local/lib EXPATINCPATH=/opt/local/include],
'ncftp' => q[],
'ncftpget' => q[],
'no_proxy' => q[],
'pager' => q[/usr/bin/less],
'prerequisites_policy' => q[ask],
'scan_cache' => q[atstart],
'shell' => q[/bin/sh],
'tar' => q[/bin/tar],
'term_is_latin' => q[1],
'unzip' => q[/usr/bin/unzip],
'urllist' => []
'wget' => q[],
};
1;
Reply With Quote