Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Adam Prime
Chen, Peter wrote: Hi, I have been trying to install mp2.0.4. In addition to having problems with authen_basic, I am also getting a test fail for t/hooks/authz as well. My perl Makefile command is as follows: *perl Makefile.PL MP_APXS=/home/Intranet/ssiweb/apache/bin/apxs* Here

Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Adam Prime
Chen, Peter wrote: Apache isn't starting up correctly? I already have the apache server running. Will this affect the configuration? When I type the command "ps -eaf | grep apache", it seems to indicate that apache is running. Please CC the list on your replies, it has much more wisdom than I

Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Philip M. Gollucci
Adam Prime wrote: Personally, i think that when this occurs, a new version of mod_perl should be pushed out that corrects the problem (even if it doesn't correct anything else), but I'm not on the dev team ;) I think that is th general idea. As someone on httpd I wasn't aware of any land break

RE: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Chen, Peter
, 2008 2:49 PM To: Chen, Peter; mod_perl list Subject: Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1) Chen, Peter wrote: > Apache isn't starting up correctly? I already have the apache server > running. Will this affect the configuration? When I type the command "

RE: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Chen, Peter
Ok, I found modperl_extra.pl. It's located in t/conf/modperl_extra.pl -Original Message- From: Adam Prime [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 2:49 PM To: Chen, Peter; mod_perl list Subject: Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Fred Moyer
On Mon, Nov 10, 2008 at 1:13 PM, Chen, Peter <[EMAIL PROTECTED]> wrote: > I have been trying to install mp2.0.4. In addition to having problems with > authen_basic, I am also getting a test fail for t/hooks/authz as well. Can you post the output of this command? ./t/TEST -verbose t/hooks/authz.t

RE: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Chen, Peter
g down END in modperl_extra.pl, pid=20666 Thanks in advance! -Original Message- From: Fred Moyer [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 3:43 PM To: Chen, Peter Cc: modperl@perl.apache.org Subject: Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1) On M

Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Fred Moyer
I just tried this test with 2.0.4 and 2.2.10 (default configuration) and it passed. Might be the way your have apache configured, can you post the output of 'httpd -l'? You could modify t/hooks/authz.t to dump out the response code - here's how I did it: 19 ok ! GET_OK $location, username => 'j

RE: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Chen, Peter
; ); Failed 1/4 subtests Test Summary Report --- t/hooks/authz (Wstat: 0 Tests: 4 Failed: 1) Failed test: 4 Files=1, Tests=4, 4 wallclock secs ( 0.13 usr 0.07 sys + 2.13 cusr 0.60 csys = 2.93 CPU) Result: FAIL Failed 1/1 test programs. 1/4 subtests failed. [warning] serve

Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Fred Moyer
On Mon, Nov 10, 2008 at 4:33 PM, Chen, Peter <[EMAIL PROTECTED]> wrote: > Results of httpd -l: > > Compiled in modules: > core.c > prefork.c > http_core.c > mod_so.c Ok, so everything is loaded as shared objects. > not ok 4 > # Failed test 4 in t/hooks/authz.t at line 19 > rc was $VAR1 = bles

RE: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Chen, Peter
Subject: Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1) On Mon, Nov 10, 2008 at 4:33 PM, Chen, Peter <[EMAIL PROTECTED]> wrote: > Results of httpd -l: > > Compiled in modules: > core.c > prefork.c > http_core.c > mod_so.c Ok, so everything is loade

Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-10 Thread Fred Moyer
On Mon, Nov 10, 2008 at 5:09 PM, Chen, Peter <[EMAIL PROTECTED]> wrote: > Thanks, Fred. > > So if I need basic auth, I should go back to Apache2.2.8 or 2.2.9? Well you should run the tests with mod_perl also and see if they still fail when built against those versions of mod_perl. But it could be

Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-11 Thread Clinton Gormley
> Go forth and code! :) Go, Perl! (surely) :)

RE: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-11 Thread Chen, Peter
#AuthzGroupFileAuthoritative Off # Thanks! -Original Message- From: Fred Moyer [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 5:13 PM To: Chen, Peter Cc: modperl@perl.apache.org Subject: Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1) On Mon, Nov 10, 2008 at 5:09 PM

Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-11 Thread Fred Moyer
On Tue, Nov 11, 2008 at 2:37 PM, Chen, Peter <[EMAIL PROTECTED]> wrote: > May I ask about the httpd conf file for your apache2.2.10? > > Here are the LoadModule lines that I believe are relevant: You probably don't need these; if you don't have a 'Require User someusername' directive in your httpd

Re: [mp2.0.4] t/hooks/authen_basic (Wstat: 0 Tests: 4 Failed: 1)

2008-11-18 Thread Jie Gao
Hi All I have since tried: - httpd-2.2.9 - httpd-2.2.8 - httpd-2.2.6 - httpd-2.2.4 with the same conf and I got the same test failures. Jie * Jie Gao <[EMAIL PROTECTED]> wrote: > Hi All > > I'm getting the same test errors as mentioned before but on > a different platform: > > # make