apache & mod_perl

Apache2 と mod_perl2 のインストールをしたが、make test でこけた。
とりあえず今日はここまで、原因の調査は次回に。
また週末にでも時間のある時に再開しよう。

wget http://www.meisei-u.ac.jp/mirror/apache/httpd/httpd-2.2.8.tar.gz
tar zxvf httpd-2.2.8.tar.gz
wget http://perl.apache.org/dist/mod_perl-2.0-current.tar.gz
tar zxvf mod_perl-2.0-current.tar.gz
cd mod_perl-2.0.3
perl Makefile.PL MP_USE_STATIC=1 MP_AP_PREFIX="$HOME/httpd-2.2.8" MP_AP_CONFIGURE="--prefix=/usr/local/httpd_ap --with-mpm=prefork"
make
make test

エラー内容

t/apache/util.t                        8    4  50.00%  1-4
t/api/server_const.t                   3    1  33.33%  3

あ、worker を試すつもりが prefork でやってた。