perl系のセットアップ
いろいろインストールするのがあるみたい。
aptitudeのお世話になる。ちなみにバージョンは
aptitude:0.4.4
perl:5.8.8
ubuntu:7.07
aptitude install screen aptitude install gcc aptitude install make aptitude install unzip aptitude install libxml2 libxml2-dev aptitude install expat libexpat-dev aptitude install libssl-dev libio-socket-ssl-perl libnet-ssleay-perl aptitude install libcompress-zlib-perl libhtml-parser-perl libmime-perl libtemplate-perl libwww-perl libxml-libxml-perl libxml-libxml-common-perl libxml-parser-perl libyaml-perl libdate-manip-perl libnet-perl libtemplate-perl-doc
cpan セッティングする
perl -MCPAN -e shell
- ほとんどの所を[yes]でエンターする
- 1カ所だけ設定を変更する
- Policy on building prerequisites (follow, ask or ignore)? [ask] follow <-followにする。
- もし設定し忘れちゃった場合
o conf prerequisites_policy follow
モジュール入れる
install WebService::Bloglines install Plagger
いんすこ中のログ的なもの
Feature Prerequisites Install? ----------------------------- ---------------------------- -------- Core Package [*] URI always [*] MIME::Base64 [*] XML::Parser (v2.23) Client HTTP support [*] LWP::UserAgent [ yes ] Client HTTPS support [ ] Crypt::SSLeay [ no ] Client SMTP/sendmail support [ ] MIME::Lite [ no ] Client FTP support [*] IO::File [ yes ] [*] Net::FTP Standalone HTTP server [*] HTTP::Daemon [ yes ] Apache/mod_perl server [ ] Apache [ no ] FastCGI server [ ] FCGI [ no ] POP3 server [*] MIME::Parser [ yes ] [*] Net::POP3 IO server [*] IO::File [ yes ] MQ transport support [ ] MQSeries [ no ] JABBER transport support [ ] Net::Jabber [ no ] MIME messages [*] MIME::Parser [ yes ] SSL Support for TCP Transport [*] IO::Socket::SSL [ yes ] Compression support for HTTP [*] Compress::Zlib [ yes ] MIME interoperability w/ Axis [ ] MIME::Parser (v6.106) [ no ] --- An asterix '[*]' indicates if the module is currently installed.
cpan の再設定
インストール後にproxyの設定をしたい時
o conf http_proxy proxy.hoge.com:8080 o conf ftp_proxy proxy.hoge.com:8080
インストール後にproxyの設定をハズしたいとき
o conf no_proxy y