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

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 -Or

[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

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