我正在尝试使用命令" sudo perl -MCPAN -e shell安装perl包LWP :: UserAgent;但它会出现以下错误
Warning: no success downloading '/root/.cpan/sources/authors/01mailrc.txt.gz.tmp4331'. Giving up on it. at /usr/share/perl5/CPAN/Index.pm line 225
Fetching with LWP:
http://www.perl.org/CPAN/autho`rs/01mailrc.txt.gz
LWP failed with code[500] message[Can't connect to www.perl.org:80 (connect: No route to host)]
Trying with "/usr/bin/curl -L -f -s -S --netrc-optional" to get
"http://www.perl.org/CPAN/authors/01mailrc.txt.gz"
curl: (7) couldn't connect to host
Resolving ftp.perl.org... 204.157.3.70, 209.221.142.115
Connecting to ftp.perl.org|204.157.3.70|:21... failed: No route to host.
Connecting to ftp.perl.org|209.221.142.115|:21... failed: No route to host.
Warning: no success downloading '/root/.cpan/sources/authors/01mailrc.txt.gz.tmp4331'. Giving up on it. at /usr/share/perl5/CPAN/Index.pm line 225
No external ftp command available
Your urllist is empty! The urllist can be edited. E.g. with 'o conf urllist
push ftp://myurl/'
Your urllist is empty! The urllist can be edited. E.g. with 'o conf urllist
push ftp://myurl/'
Could not fetch authors/01mailrc.txt.gz
Terminal does not support GetHistory.
Lockfile removed.
答案 0 :(得分:1)
无法连接到www.perl.org:80
看起来您的系统无法与提供该软件的服务器建立连接。您处于脱机状态,被防火墙阻止,或者您需要配置代理才能访问互联网。这应该影响系统上的任何工具,而不仅仅是cpan。请注意,当您使用sudo时,shell中可能包含的任何代理设置都不会传播到perl / cpan。