Re: MP 2.0.3 & Apache 2.2.3 -> auth tests fail

2007-04-26 Thread Philip Gollucci
On Fri, 23 Mar 2007, Philip M. Gollucci wrote: Gozer, This looks good to me. It fixes t/api/server_const.t and the test suite now/still passes 100% for me. Do you want to commit it or should I. Thats a +1 btw. FYI: FreeBSD 6.2-RELEASE gcc 3.4.6 perl 5.8.8 w/o ithreads httpd 2.2.4 ap(r,u) 1.2

Re: MP 2.0.3 & Apache 2.2.3 -> auth tests fail

2007-03-22 Thread Philip M. Gollucci
Gozer, This looks good to me. It fixes t/api/server_const.t and the test suite now/still passes 100% for me. Do you want to commit it or should I. Thats a +1 btw. FYI: FreeBSD 6.2-RELEASE gcc 3.4.6 perl 5.8.8 w/o ithreads httpd 2.2.4 ap(r,u) 1.2.8 w/o threads + apr_dbd_mysql and mysql

Re: MP 2.0.3 & Apache 2.2.3 -> auth tests fail

2007-02-08 Thread Geoffrey Young
> Or just have a look at this patch ;-) wicked cool! > -ok t_cmp(Apache2::ServerUtil::get_server_version, > +ok t_cmp(Apache2::ServerUtil::get_server_description, all the tests will need some sort of get_min_apache_version() foo wrapping, no? other than that, excellent. gozer++ --Ge

Re: MP 2.0.3 & Apache 2.2.3 -> auth tests fail

2007-02-07 Thread Philippe M. Chiasson
Geoffrey Young wrote: >> Back to 2.2.4 - MP2.0.3 worked with one alteration. It seems that >> ap_get_server_version is not only depreciated, but also changed >> functionality. That is... one test fails because it calls >> get_server_version, expects "Apache 2.2.4 (Unix)" but gets "Apache >> 2.

Re: MP 2.0.3 & Apache 2.2.3 -> auth tests fail

2007-01-16 Thread Geoffrey Young
> Back to 2.2.4 - MP2.0.3 worked with one alteration. It seems that > ap_get_server_version is not only depreciated, but also changed > functionality. That is... one test fails because it calls > get_server_version, expects "Apache 2.2.4 (Unix)" but gets "Apache > 2.2.4". ugh. I guess we h

Re: MP 2.0.3 & Apache 2.2.3 -> auth tests fail

2007-01-15 Thread Frank Maas
On Sat, Jan 13, 2007 at 02:52:03PM -0500, Perrin Harkins wrote: > Frank Maas wrote: > >I have installed version 2.2.3 of apache and want to install > >2.0.3 of MP. Compiling it gives no problems, but 'make test' fails on > >four files. All fail on the authentication phase - the httpd-errorlog > >s

Re: MP 2.0.3 & Apache 2.2.3 -> auth tests fail

2007-01-13 Thread Perrin Harkins
Frank Maas wrote: I have installed version 2.2.3 of apache and want to install 2.0.3 of MP. Compiling it gives no problems, but 'make test' fails on four files. All fail on the authentication phase - the httpd-errorlog shows 'couldn't check access. No groups file?'. There were changes in apach

MP 2.0.3 & Apache 2.2.3 -> auth tests fail

2007-01-13 Thread Frank Maas
Dear group, I filed a bugreport, but got zilch response, so either I am doing something very stupid, or the mail escaped the attention. I'll try again... I have installed version 2.2.3 of apache and want to install 2.0.3 of MP. Compiling it gives no problems, but 'make test' fails on four files.