I'm trying to install apache filter and i'm getting errors.  anyhelp would
be appreciated.

i built mod_perl with this:

perl Makefile.PL DO_HTTPD=1 USE_APACI=1 APACHE_PREFIX=/usr/local/apache
PERL_STACKED_HANDLERS=1

when i get to make test i get this:

Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/lib/perl5/5.00503/i386-linux -I/usr/lib/perl5/5.00503 -e 'use
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/filehandle........ok
t/real..............Starting http server... ready. 
See t/error_log for failure details
FAILED tests 3, 6, 9-12
        Failed 6/12 tests, 50.00% okay
Failed Test  Status Wstat Total Fail  Failed  List of failed
----------------------------------------------------------------------------
---
t/real.t                     12    6  50.00%  3, 6, 9-12
Failed 1/2 test scripts, 50.00% okay. 6/20 subtests failed, 70.00% okay.
make: *** [test_dynamic] Error 29

each time i run make test i get a different number of failed tests, varying
from 6 to 8.

and it t/error_log is this:

[Thu Nov  2 15:09:29 2000] [notice] Apache/1.3.14 (Unix) mod_perl/1.24_01
configured -- resuming normal operations
[Thu Nov  2 15:09:29 2000] [error] Undefined subroutine
&Apache::RegistryFilter::handler called.
[Thu Nov  2 15:09:29 2000] [error] Undefined subroutine
&Apache::RegistryFilter::handler called.
[Thu Nov  2 15:09:29 2000] [error] Undefined subroutine
&Apache::RegistryFilter::handler called.
[Thu Nov  2 15:09:29 2000] [error] Undefined subroutine
&Apache::RegistryFilter::handler called.
[Thu Nov  2 15:09:29 2000] [error] Undefined subroutine
&Apache::RegistryFilter::handler called.
[Thu Nov  2 15:09:29 2000] [notice] caught SIGTERM, shutting down

Any insight would be appreciated.  I'm installing it on a redhat 6.2 box
with apache 1.3.14 and mod_perl 1.24_01 installed from source, and the perl
5.005 updated rpm from redhat.

Reply via email to