You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by he...@rigel.orion-hosting.co.uk on 2005/05/08 06:19:16 UTC

Mod_Perl install

---------------------------- Original Message ----------------------------
Subject:
From:    henri@localhost
Date:    Sun, May 8, 2005 4:16 am
To:      modperl-help@perl.apache.org
--------------------------------------------------------------------------

Lo,

I'm getting a LOT of make test errors, Am i missing something obvious?
examples:

t/apache/content_length_header..........# Failed test 19 in
t/apache/content_length_header.t at line 82 fail #2
# Failed test 22 in t/apache/content_length_header.t at line 95 fail #2 #
Failed test 23 in t/apache/content_length_header.t at line 96 fail #2 #
Failed test 25 in t/apache/content_length_header.t at line 136
# Failed test 26 in t/apache/content_length_header.t at line 137
t/apache/scanhdrs.......................ok
t/apache/scanhdrs2......................# Failed test 4 in
t/apache/scanhdrs2.t at line 30
# Failed test 5 in t/apache/scanhdrs2.t at line 33
FAILED tests 4-5
t/apache/util...........................request has failed (the response
code was: 403)


Loads like that, would appreciate help!

Henri



Re: Mod_Perl install

Posted by Stas Bekman <st...@stason.org>.
henri@rigel.orion-hosting.co.uk wrote:
> PerlResponseHandler ModPerl::Registry
> 
> ^ I've narrowed it down to that line in httpd.conf - the source of my
> problems.  When i uncomment it all the children start segfaulting. Until i
> uncomment it all the .pl files just display the source. That's even with:
> 
> AddHandler perl-script pl
> <Location /*.pl>
>         SetHandler perl-script
> #        PerlResponseHandler ModPerl::Registry
>         Options +ExecCGI
>         PerlOptions +ParseHeaders
> </Location>
> PerlRequire /home/pa-dev/html/dev/lib/startup.pl
> 
> 
> 
> About the make test errors... that email contained most things apart from
> the error_log? The website just says run it with -d for debug info

You must be reading the wrong information, since it doesn't say to run -d. 
Please read the document quoted by Randy:
http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems
in particular:
http://perl.apache.org/docs/2.0/user/help/help.html#_C_make_test___Failures


-- 
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Re: Mod_Perl install

Posted by he...@rigel.orion-hosting.co.uk.
PerlResponseHandler ModPerl::Registry

^ I've narrowed it down to that line in httpd.conf - the source of my
problems.  When i uncomment it all the children start segfaulting. Until i
uncomment it all the .pl files just display the source. That's even with:

AddHandler perl-script pl
<Location /*.pl>
        SetHandler perl-script
#        PerlResponseHandler ModPerl::Registry
        Options +ExecCGI
        PerlOptions +ParseHeaders
</Location>
PerlRequire /home/pa-dev/html/dev/lib/startup.pl



About the make test errors... that email contained most things apart from
the error_log? The website just says run it with -d for debug info

Re: Mod_Perl install

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
On Sun, 8 May 2005 henri@rigel.orion-hosting.co.uk wrote:

> ---------------------------- Original Message ----------------------------
> Subject:
> From:    henri@localhost
> Date:    Sun, May 8, 2005 4:16 am
> To:      modperl-help@perl.apache.org
> --------------------------------------------------------------------------
>
> Lo,
>
> I'm getting a LOT of make test errors, Am i missing something obvious?
> examples:
>
> t/apache/content_length_header..........# Failed test 19 in
> t/apache/content_length_header.t at line 82 fail #2
> # Failed test 22 in t/apache/content_length_header.t at line 95 fail #2 #
> Failed test 23 in t/apache/content_length_header.t at line 96 fail #2 #
> Failed test 25 in t/apache/content_length_header.t at line 136
> # Failed test 26 in t/apache/content_length_header.t at line 137
> t/apache/scanhdrs.......................ok
> t/apache/scanhdrs2......................# Failed test 4 in
> t/apache/scanhdrs2.t at line 30
> # Failed test 5 in t/apache/scanhdrs2.t at line 33
> FAILED tests 4-5
> t/apache/util...........................request has failed (the response
> code was: 403)
>
>
> Loads like that, would appreciate help!

It's hard to tell without more details - following the
suggestions for reporting problems at:
 http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems
will help us help you.

-- 
best regards,
randy kobes