コメントスパム対策のため、特定メールアドレスの入った突っ込みをお断りしています。
zgcc34-2 付属の Perl 環境にモジュール類を突っ込み、とりあえず LWP(libWWW-Perl:WWW絡みのモジュール一式)が動くところまで来ました。やり方は以下の通り。
PERL5LIB=/usr/local/lib/perl5:/usr/local/lib/site_perl
# mkdir /usr/local/lib # mkdir /usr/local/lib/perl5 # mkdir /usr/local/lib/perl5/5.8.7 # mkdir /usr/local/lib/perl5/site_perl # mkdir /usr/local/lib/perl5/site_perl/5.8.7 # ln -s /usr/local/install_me_herelib /usr/local/lib
Parameters for the 'perl Makefile.PL' command? Typical frequently used settings: PREFIX=~/perl # non-root users (please see manual for more hints) Your choice: [] PREFIX=/usr/local
The next questions deal with Module::Build support. A Build.PL is run by perl in a separate process. Likewise we run './Build' and './Build install' in separate processes. If you have any parameters you want to pass to the calls, please specify them here. Parameters for the 'perl Build.PL' command? Typical frequently used settings: --install_base /home/xxx # different installation directory Your choice: [] --install_base /usr/local
CPANの設定が気に入らなかったら、CPAN/Config.pm を弄るか 以下のようにして初期化すると良いそうで。
cpan> o conf init