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

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 f

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 /usr/local/web22/src/instala_web/deb/mod_perl