# Install and activate spamassass within CPAN 25.9.06/mk $ perl -MCPAN -e shell cpan> o conf prerequisites_policy ask Please check, if the URLs I found in your configuration file () are valid. The urllist can be edited. E.g. with 'o conf urllist push ftp://myurl/' [root@zurich ~]# vi /usr/lib/perl5/5.8.5/CPAN/Config.pm perl -MCPAN -e '$ENV{FTP_PASSIVE} = 1; shell' autobundle cpan> install Bundle::my_bundle # 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[/root/.cpan/build], 'cache_metadata' => q[1], 'cpan_home' => q[/root/.cpan], 'dontload_hash' => { }, 'ftp' => q[/usr/kerberos/bin/ftp], 'ftp_proxy' => q[], 'getcwd' => q[cwd], 'gpg' => q[/usr/bin/gpg], 'gzip' => q[/bin/gzip], 'histfile' => q[/root/.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[/root/.cpan/sources], 'links' => q[/usr/bin/links], 'make' => q[/usr/bin/make], 'make_arg' => q[], 'make_install_arg' => q[], 'makepl_arg' => q[], 'ncftpget' => q[/usr/bin/ncftpget], 'no_proxy' => q[], 'pager' => q[/usr/bin/less], 'prerequisites_policy' => q[ask], 'scan_cache' => q[atstart], 'shell' => q[/bin/bash], 'tar' => q[/bin/tar], 'term_is_latin' => q[1], 'unzip' => q[/usr/bin/unzip], 'urllist' => [q[ftp://mirror.switch.ch/mirror/CPAN/], q[ftp://ftp.cs.tu-berlin.de/pub/lang/perl/CPAN/], q[ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/CPAN/], q[ftp://cpan.noris.de/pub/CPAN/], q[http://cpan.mirror.fr/]], 'wget' => q[/usr/bin/wget], }; 1; __END__