Building on debian 6 with debian Apache

2013-04-22 Thread Francesc Guasch
Hi. I successfully built mod_perl on debian Squeeze if I build my own apache. At least it passes the tests. But I can't pass the tests with the apache released in squeeze. It builds but when I try to run the tests: ulimit -c unlimited; /usr/bin/perl

Re: mod_perl-2.0.8 + OWC

2013-04-22 Thread Phil Carmody
7. The compiler liked this initialised. --- modperl_apr_perlio.c.orig    2012-07-22 07:51:04.140625000 +1000 +++ modperl_apr_perlio.c    2013-03-25 08:58:30.18750 +1100 @@ -547,7 +547,7 @@   {       MP_IO_TYPE *retval;       char *mode; -    int fd; +    int fd = 0;      

Re: mod_perl-2.0.8 + OWC

2013-04-22 Thread NormW
On 22/04/2013 8:48 PM, Phil Carmody wrote: 7. The compiler liked this initialised. --- modperl_apr_perlio.c.orig 2012-07-22 07:51:04.140625000 +1000 +++ modperl_apr_perlio.c2013-03-25 08:58:30.18750 +1100 @@ -547,7 +547,7 @@ { MP_IO_TYPE *retval; char *mode; -int fd; +int fd

svn commit: r1470641 - /perl/modperl/trunk/RELEASE

2013-04-22 Thread phred
Author: phred Date: Mon Apr 22 18:09:23 2013 New Revision: 1470641 URL: http://svn.apache.org/r1470641 Log: Notes from 2.0.8 release Modified: perl/modperl/trunk/RELEASE Modified: perl/modperl/trunk/RELEASE URL: