You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Rasoul Hajikhani <ra...@rhythm.com> on 2002/01/22 02:44:07 UTC

mod_perl failed at make test

After running make test (for the first time) here is waht I get:

*** Error code 2 (bu21)

mod_perl make test gives me this:
(cd ../apache_1.3.22 && PERL5LIB=/home/rasoul/mod_perl-1.26/lib make)
===> src
===> src/regex
<=== src/regex
===> src/os/unix
<=== src/os/unix
===> src/ap
<=== src/ap
===> src/main
<=== src/main
===> src/lib
<=== src/lib
===> src/modules
===> src/modules/standard
<=== src/modules/standard
===> src/modules/perl
<=== src/modules/perl
<=== src/modules
        cc -n32 -woff 1110,1184 -c -I.
-I/usr/local/lib/perl5/5.00503/irix/CORE -I./os/unix -I./include  
-DIRIX -DMOD_PERL -DUSE_PERL_SSI -I/usr/lsd/include -I/usr/local/include
-I/usr/apps/include -DUSE_HSREGEX -DNO_DL_NEEDED `./apaci` modules.c
        cc -n32 -woff 1110,1184 -c -I.
-I/usr/local/lib/perl5/5.00503/irix/CORE -I./os/unix -I./include  
-DIRIX -DMOD_PERL -DUSE_PERL_SSI -I/usr/lsd/include -I/usr/local/include
-I/usr/apps/include -DUSE_HSREGEX -DNO_DL_NEEDED `./apaci` buildmark.c
        cc -n32 -woff 1110,1184  -DIRIX -DMOD_PERL -DUSE_PERL_SSI
-I/usr/lsd/include -I/usr/local/include -I/usr/apps/include
-DUSE_HSREGEX -DNO_DL_NEEDED `./apaci`    \
              -o httpd buildmark.o modules.o  modules/perl/libperl.a 
modules/standard/libstandard.a  main/libmain.a  ./os/unix/libos.a 
ap/libap.a regex/libregex.a  
-Wl,-rpath,/usr/local/lib/perl5/5.00503/irix/CORE
-Wl,-rpath,/usr/local/informix/lib
-Wl,-rpath,/usr/local/informix/lib/esql
-Wl,-rpath,/usr/local/mysql/lib/mysql -n32 -L/usr/lsd/lib
-L/usr/local/lib -L/usr/apps/lib -L/usr/local/informix/lib
-L/usr/local/informix/lib/esql -L/usr/local/mysql/lib/mysql
/usr/lsd/perl5.00503/lib/perl5/5.00503/irix/auto/DynaLoader/DynaLoader.a
-L/usr/local/lib/perl5/5.00503/irix/CORE -lperl -lgdbm -lm -lc 
ld32: WARNING 84: /usr/lsd/lib/libgdbm.so is not used for resolving any
symbol.
===> src/support
<=== src/support
<=== src
cp t/conf/mod_perl_srm.conf t/conf/srm.conf
        ../apache_1.3.22/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
        /usr/local/bin/perl5 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/psections...ok
modules/request.....dubious
        Test returned status 0 (wstat 13, 0xd)
modules/src.........ok
modules/ssi.........ok
modules/stage.......FAILED test 1
        Failed 1/2 tests, 50.00% okay
modules/status......Internal Server Error
dubious
        Test returned status 9 (wstat 2304, 0x900)
DIED. FAILED tests 8-10
        Failed 3/10 tests, 70.00% okay
modules/symbol......ok
modules/uri.........ok
modules/util........ok
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/request   0    13    ??   ??       %  ??
modules/stage.t               2    1  50.00%  1
modules/status.   9  2304    10    3  30.00%  8-10
2 tests skipped.
httpd terminated
httpd terminated
*** Error code 2 (bu21)

This is the first error I have got.
-r