Re: cvs commit: modperl-2.0/t/response/TestAPR finfo.pm

2003-11-17 Thread Randy Kobes
On Mon, 17 Nov 2003, Geoffrey Young wrote: > > > I dunno, but I am afraid that stuff like device, inode, > > nlink and such might not work similarly on non-Unixes.. > > These tests most likely need to be a bit more > > OS-specific to avoid failures on those OSes > > yes, I meant to follow this up

Re: cvs commit: modperl-2.0/t/response/TestAPR finfo.pm

2003-11-17 Thread Geoffrey Young
> I dunno, but I am afraid that stuff like device, inode, nlink and such > might not work similarly on non-Unixes.. These tests most likely need > to be a bit more OS-specific to avoid failures on those OSes yes, I meant to follow this up with an email saying that I would quickly fix any os relat

Re: cvs commit: modperl-2.0/t/response/TestAPR finfo.pm

2003-11-17 Thread Philippe M. Chiasson
On Mon, 2003-11-17 at 15:31, [EMAIL PROTECTED] wrote: > geoff 2003/11/17 15:31:02 > > Added: t/response/TestAPR finfo.pm > Log: > add $r->finfo tests > > Revision ChangesPath > 1.1 modperl-2.0/t/response/TestAPR/finfo.pm > > Index: finfo.pm > =

Re: cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2003-11-17 Thread Philippe M. Chiasson
On Mon, 2003-11-17 at 15:27, [EMAIL PROTECTED] wrote: > geoff 2003/11/17 15:27:11 > > Modified:xs/maps apr_functions.map apr_structures.map apr_types.map >xs/tables/current/ModPerl FunctionTable.pm > Added: xs/APR/Finfo APR__Finfo.h > Log: > add access to $

Re: mod_perl segfaults when also using mod_rewrite

2003-11-17 Thread Bobber Cheng
1. compile with debug flag First make sure u install gdb, then compile httpd and modperl in debug mod, configure apache2 as: ./configure --enable-maintainer-mode and ur custom flages configure mod_perl ad: perl "Makefile.PL MP_DEBUG=1 and ur custom flages" compile and install them to the right pla