mod_perl 2 test failure at filter/in_bbs_msg (server side failed)

?

-

I'm running "make test" for the latest version of mod_perl 2.0 and it
fails at:

filter/in_bbs_body.............ok
filter/in_bbs_msg..............server side has failed (response code:
404),
see t/logs/error_log for more details
filter/in_bbs_msg..............dubious
Test returned status 29 (wstat 7424, 0x1d00)
filter/in_init_basic...........ok


But there is no "bbs" in the error log. This is a pretty
straightforward build of Apache 2 and mod_perl 2, apart from adding
mod_rewrite to the apache build. Here are the configure/make command
lines I used:

For Apache:
CC=cc OPTIM=-O CFLAGS="-xarch=v9 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64" ./configure --with-mpm=prefork
--enable-rewrite --prefix /home/colin/lib/Solaris2.9/apache
make
make install

For mod_perl:
CC=cc OPTIM=-O CFLAGS="-xarch=v9 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64" /home/colin/bin/Solaris2.9/perl Makefile.PL
MP_INST_APACHE2=1 MP_COMPAT_1X=1
MP_AP_PREFIX=/home/colin/lib/Solaris2.9/apache
make
make test


Any suggestions what might be wrong here?

In case it helps I have pasted a copy of the error_log file below.

Thanks

Colin


t/logs/error_log:
-----------------
END in modperl_extra.pl, pid=22339
[Thu Jun 26 14:03:48 2003] [notice] Apache/2.0.46 (Unix)
mod_perl/1.99_09 Perl/v5.8.0 configured -- resuming normal operations
[Thu Jun 26 14:03:48 2003] [info] Server built: Jun 26 2003 11:57:19
[Thu Jun 26 14:03:48 2003] [debug] prefork.c(1039): AcceptMutex:
pthread (default: pthread)
[Thu Jun 26 14:03:49 2003] [error] server reached MaxClients setting,
consider raising the MaxClients setting
[Thu Jun 26 14:04:15 2003] [info] [client 127.0.0.1] TestAPI::aplog
test in progress
[Thu Jun 26 14:04:15 2003] [debug]
/home/colin/mod_perl-1.99_09/t/response/TestAPI/aplog.pm(43):
log_serror test ok
[Thu Jun 26 14:04:15 2003] [debug]
/home/colin/mod_perl-1.99_09/t/response/TestAPI/aplog.pm(46):
(20007)No time was provided and one was required.: log_serror test 2
ok
[Thu Jun 26 14:04:15 2003] [debug]
/home/colin/mod_perl-1.99_09/t/response/TestAPI/aplog.pm(49): [client
127.0.0.1] (20007)No time was provided and one was required.:
log_rerror test ok
[Thu Jun 26 14:04:15 2003] [error] $r->log_error test ok
[Thu Jun 26 14:04:15 2003] [error] $s->log_error test ok
[Thu Jun 26 14:04:15 2003] [debug]
/home/colin/mod_perl-1.99_09/t/response/TestAPI/aplog.pm(63):
TestAPI::aplog test done
[Thu Jun 26 14:04:15 2003] [warn] ApacheApache->warn test ok
[Thu Jun 26 14:04:15 2003] [warn] $s->warn test ok
[Thu Jun 26 14:05:01 2003] [error] Apache::log_error test ok

*** The following error entry is expected and it is harmless ***
[Thu Jun 26 14:05:45 2003] [error] [client 127.0.0.1] Undefined
subroutine &TestError::runtime::no_such_func called at
/home/colin/mod_perl-1.99_09/t/respo
nse/TestError/runtime.pm line 19.


*** The following error entry is expected and it is harmless ***
[Thu Jun 26 14:05:47 2003] [error] failed to resolve handler
`TestError::syntax'
[Thu Jun 26 14:05:47 2003] [error] [client 127.0.0.1] syntax error at
/home/colin/mod_perl-1.99_09/t/response/TestError/syntax.pm line 22,
near "\;"
Compilation failed in require at (eval 115) line 3.

[echo_filter] get_brigade: Error 0
[Thu Jun 26 14:05:54 2003] [error] [client 127.0.0.1] File does not
exist: /home/colin/mod_perl-1.99_09/t/htdocs/input_filter.html

*** The following error entry is expected and it is harmless ***
[Thu Jun 26 14:06:43 2003] [error] [client 127.0.0.1] File does not
exist: /home/colin/mod_perl-1.99_09/t/htdocs/nope

*** The following error entry is expected and it is harmless ***
[Thu Jun 26 14:07:15 2003] [error] [client 127.0.0.1] need AuthName:
/TestModperl__setauth
[Thu Jun 26 14:07:32 2003] [info] Child process pid=22341 is exiting
[Thu Jun 26 14:07:32 2003] [info] removed PID file
/home/colin/mod_perl-1.99_09/t/logs/httpd.pid (pid=22340)
[Thu Jun 26 14:07:32 2003] [notice] caught SIGTERM, shutting down
END in modperl_extra.pl, pid=22340
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,900
Latest member
Nell636132

Latest Threads

Top