Re: mod_perl2 make test fails various address related tests

2007-02-05 Thread Rafael Caceres
On Wed, 2007-01-31 at 10:19 -0800, Philip M. Gollucci wrote: Rafael Caceres wrote: I'm doing a first pass at building mod_perl 2.0.3 for apache 2.0.59 with a SUSE Linux Enterprise Server 9. The server is configured not to use IPv6, apr was configured with --disable-ip6, apache 's config

RE: Test failure in t/api/server_const subtest 3.

2007-02-05 Thread Adam Prime x443
This error only occurs with ap2.2.4 and mp2.0.3, i'm not sure if it's important or not. Something changed between ap2.2.3 and ap2.2.4 which causes it. I've just continued running with mp2.0.3 built against ap2.2.3 until someone can provide a more definative answer to that question. Adam

[RFC] two ajax-related packages

2007-02-05 Thread Randy Kobes
I've placed up at http://people.apache.org/~randyk/ a couple of modules that provide a mod_perl2 interface to two Ajax-related packages: - Apache2-Ajax-0.1.tar.gz: a mod_perl2 interface to CGI::Ajax, which provides a mechanism for using perl code asynchronously from javascript-enhanced HTML

Re: Test failure in t/api/server_const subtest 3.

2007-02-05 Thread Srebrenko Sehic
On 2/5/07, Adam Prime x443 [EMAIL PROTECTED] wrote: This error only occurs with ap2.2.4 and mp2.0.3, i'm not sure if it's important or not. Something changed between ap2.2.3 and ap2.2.4 which causes it. I've just continued running with mp2.0.3 built against ap2.2.3 until someone can provide a

can't step through CGI source code

2007-02-05 Thread c chan
I installed Apache::DB with mod_perl 2 on Apache 2.0, but Apache::DB doesn't show any CGI source code even I tried to single step into the CGI. Have anyone seen this and have a workaround for this? Thanks, - Clement

svn commit: r503974 - /perl/modperl/trunk/src/modules/perl/modperl_handler.c

2007-02-05 Thread stas
Author: stas Date: Mon Feb 5 20:14:28 2007 New Revision: 503974 URL: http://svn.apache.org/viewvc?view=revrev=503974 Log: make the compiler happy (missing the 'default' case in the switch statement) Modified: perl/modperl/trunk/src/modules/perl/modperl_handler.c Modified:

svn commit: r503976 - in /perl/modperl/trunk: Changes ModPerl-Registry/lib/ModPerl/RegistryCooker.pm

2007-02-05 Thread stas
Author: stas Date: Mon Feb 5 20:31:48 2007 New Revision: 503976 URL: http://svn.apache.org/viewvc?view=revrev=503976 Log: fix ModPerl::RegistryCooker::read_script to handle all possible errors, previously there was a case where Apache2::Const::OK was returned on an error. Contributed by: Eivind