TECH日記

技術の薀蓄

setting proxy for perl cpan

2006-10-20 14:02:41 | Weblog
目的:bugzillaインストールしたいが、社内からproxy使って外とつながるのでperlのモジュール更新できない。

perl -MCPAN -e shell # 対話シェールに入る[1]
cpan> o conf # 設定を確認[1]
cpan> o conf http_proxy http://user:[email protected]:port [4]
cpan> o conf ftp_proxy http://user:[email protected]:port
cpan> o conf commit # 設定保存[3]

このエラーは
LWP failed with code[501] message[Protocol scheme 'proxy.jed.uec.ac.jp' is not supported]
ftp://とかhttp://とかが頭に付いてないから[2]


参考資料
[1] http://lists.sourceforge.jp/mailman/archives/bugja-users/2006-March.txt
[2]http://d.hatena.ne.jp/kou21058/searchdiary?word=*%5BCPAN%5D
[3]http://www.kozupon.com/perl/cpan.html
[4]http://www.aconus.com/~oyaji/suse9.3/maia_suse9.3.htm