bounceHammerが要求するPerlのバージョン
bounceHammerは Perl 5.8.1 以上で動作します。Perl 5.8.1は2003年9月にリリースされていますので、ここ数年以内にインストールされた(リリースされた)オペレーティングシステムであれば、OS標準でインストールされているPerlで要件を満たすでしょう。
もしもインストールされているPerlのバージョンが5.8.1よりも古いものであれば、別途5.8.1以上のバージョンをソース(または可能であればOSのパッケージシステム)からインストールする事によってバージョン要件を満たす事が出来ます。
% perl -v ⏎
Perlのバージョン確認は、下記のコマンドで確認可能です。
% where perl ⏎
/usr/local/bin/perl
/usr/bin/perl
% /usr/local/bin/perl -v ⏎
/usr/local/bin/perl
/usr/bin/perl
% /usr/local/bin/perl -v ⏎
This is perl 5, version 12, subversion 2 (v5.12.2) built for i686-linux Copyright 1987-2010, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page.
上記の実行例ではperl 5.12.2である事が確認できました。
perl以外のPerl実装
下記のようなperl以外のPerl実装については、今後のバージョンで対応するかもしれませんが、現在のところは動作検証をしておりません。
- ActivePerl - ActiveState Software
- Strawberry Perl
mod_perl - WebUI/APIver.2.2.0でmod_perl2に対応しました- FastCGI - WebUI/API
No TrackBacks
TrackBack URL: http://bouncehammer.jp/cgi-bin/mt/mt-tb.cgi/5

Leave a comment