You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Adam Prime <ap...@brunico.com> on 2000/11/02 21:30:29 UTC

Apache::Filter Install Problem

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.

Re: Apache::Filter Install Problem

Posted by Ken Williams <ke...@forum.swarthmore.edu>.
ged@www.jubileegroup.co.uk (G.W. Haywood) wrote:
>Hi there,
>
>On Thu, 2 Nov 2000, Adam Prime wrote:
>
>> i built mod_perl with this:
>> perl Makefile.PL DO_HTTPD=1 USE_APACI=1 APACHE_PREFIX=/usr/local/apache
>> PERL_STACKED_HANDLERS=1
>> 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.
>
>Pretty good description.  I'd try rebuilding Perl 5.005_03 from source.
>Use the same compiler you used to build mod_perl.  Don't use RPMs.

Off-list, Adam figured out that mod_perl needed to be built with
EVERYTHING=1 (actually just needed a couple more things than he had,
particularly Perl sections).  Worked fine then.


  -------------------                            -------------------
  Ken Williams                             Last Bastion of Euclidity
  ken@forum.swarthmore.edu                            The Math Forum

Re: Apache::Filter Install Problem

Posted by "G.W. Haywood" <ge...@www.jubileegroup.co.uk>.
Hi there,

On Thu, 2 Nov 2000, Adam Prime wrote:

> i built mod_perl with this:
> perl Makefile.PL DO_HTTPD=1 USE_APACI=1 APACHE_PREFIX=/usr/local/apache
> PERL_STACKED_HANDLERS=1
> 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.

Pretty good description.  I'd try rebuilding Perl 5.005_03 from source.
Use the same compiler you used to build mod_perl.  Don't use RPMs.

I'm not promising anything mind...

73,
Ged.