PerlBrewをインストールしたら,初回は下記エラーが表示されてしまいました:
Installation process failed. To spot any issues, check
/virtual/*****/perl5/perlbrew/build.perl-5.16.3.log
*****はCoreserverのアカウント名です.
If some perl tests failed and you still want to install this distribution anyway,
do:
(cd /virtual/*****/perl5/perlbrew/build/perl-5.16.3/perl-5.16.3; make install)
いくつかのperlテストに失敗したが,それでもこのディストリビューションをインストールしたいなら,下記をやれとのことなので,
cd /virtual/*****/perl5/perlbrew/build/perl-5.16.3/perl-5.16.3
してから,
make
しました.
するとmakeが走って,画面にたくさんスクロール表示されて,最終的にインストールに成功しました.
You might also want to try upgrading patchperl before trying again:
perlbrew install-patchperl
再試行する前にpatch-perlを最新へアップグレードする対策もあります.
少しエラーがあっても強制的にインストールするには下記を実行します:
Generally, if you need to install a perl distribution known to have minor test
failures, do one of these commands to avoid seeing this message:
perlbrew --notest install perl-5.16.3
perlbrew --force install perl-5.16.3
なお,Coreserver V1ならば,プラン・ミニ(mxx.coreserver.jp)へも
インストール可能でした.