I have compiled mod_perl-1.21 with apache_1.3.9 under Solaris2.5 machine.
The configuration options were;
perl Makefile.PL \
APACHE_SRC=../apache-1.3.9/src \
DO_HTTPD=1 \
USE_APACI=1 \
EVERYTHING=1 \
and
CC="cc" \
CFLAGS="-fast" \
./configure \
"--with-layout=Apache" \
"--activate-module=src/modules/perl/libperl.a" \
"--enable-module=so" \
"--prefix=/usr/local/etc/httpd"
respectively.
After the compilation of apache, I have teste the mod_perl.
But I have get the error message as shown below:
cp t/conf/mod_perl_srm.conf t/conf/srm.conf
../apache_1.3.9/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t &
httpd listening on port 8529
will write error_log to: t/logs/error_log
letting apache warm up...done
/bin/perl t/TEST 0
modules/actions.....ok
modules/cgi.........ok
modules/constants...ok
modules/cookie......skipping test on this platform
modules/file........ok
modules/httpdconf...ok
modules/include.....ok
modules/log.........ok
modules/module......skipping test on this platform
modules/perlrun.....ok
modules/perlrunxs...skipping test on this platform
modules/psections...ok
modules/request.....skipping test on this platform
modules/sandwich....skipping test on this platform
modules/src.........ok
modules/ssi.........ok
modules/stage.......skipping test on this platform
modules/status......ok
modules/symbol......ok
modules/uri.........ok
modules/util........FAILED test 8
Failed 1/8 tests, 87.50% okay
internal/api........ok
internal/auth.......ok
internal/croak......ok
internal/dirmagic...ok
internal/error......ok
internal/headers....ok
internal/hooks......ok
internal/http-get...ok
internal/http-post..ok
internal/proxy......ok
internal/redirect...ok
internal/rwrite.....ok
internal/stacked....ok
internal/table......ok
internal/taint......ok
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
modules/util.t 8 1 12.50% 8
6 tests skipped.
httpd terminated
httpd terminated
*** Error code 29
make: Fatal error: Command failed for target `run_tests'
Is this correct response?
_/_/_/_/_/ _/_/_/_/_/
_/ _/ Toyama Sakuji, M.D.
_/_/_/_/_/ _/ Institute for Virus Research
_/ _/ Kyoto University
_/_/_/_/_/ _/ _/ [EMAIL PROTECTED]