LL-Onsen Perlの島でPlagger入れる
ubuntu8.04でPlaggerを入れてみる。
途中でえらー
- install YAML
途中でえらー
途中でえらー
libxml2がナイと言われる。しかし、aptitudeで入らない
- wget ftp://xmlsoft.org/libxml2/LATEST_LIBXML2
- 解凍して、configureして、make; make install
で怒られる、XML::Liberal。CPANのVerが古いらしい
- install Bundle:CPAN
cpanを再起動
- install Plagger
DateTime/Format/Mailで怒られる
やっぱり怒られる、cpanの起動方法が問題
- sudo -h cpan
- o conf urllist push ftp://ftp.ring.gr.jp/pub/lang/perl/CPAN/
- o conf commit
いったんcpanでて、再起動
- install Plagger
- force install Plagger
結局これかっ!
苦難はつづく
sslが通らない!
- sudo aptitude install libnet-ssleay-perl
出来たー!!
初Plaggerの設定は
global: assets_path: /home/atusi/local/src/plagger/assets timezone: Asia/Tokyo log: level: info plugins: - module: Subscription::Config config: feed: - http://diary.wilgorithm.jp/nagashima/feed/ - module: Publish::Gmail config: mailto: hoge@gmail.com mailroute: via: smtp_tls host: smtp.gmail.com:587 username: hoge@gmail.com password: thisispasswd