Re: Figuring out which perl file is leaking memory

2009-06-16 Thread Michael Gardner
Thanks for the tips. For the record, it turned out that the leak wasn't really a leak at all: we have a *large* directory structure in which each directory was using as its index file a symlink to the same perl file (which in turn used the REQUEST_URI to figure out what content to serve).

Re: compiling problems with mod_perl 2.0.3 and Apache 2.2.6

2009-06-16 Thread ArthurG
I have encountered the same mod_perl make problem working with these releases: Perl 5.8.9 Apache 2.2.3 mod_perl 2.0.4 a...@arthur-desktop:~/Downloads/mod_perl-2.0.4$ make cd src/modules/perl make make[1]: Entering directory `/home/artg/Downloads/mod_perl-2.0.4/src/modules/perl' cc

Re: compiling problems with mod_perl 2.0.3 and Apache 2.2.6

2009-06-16 Thread Mike OK
Hi Arthur Are you building a static apache or dynamic that uses .so modules?? Mike - Original Message - From: ArthurG a...@cs.nyu.edu To: modperl@perl.apache.org Sent: Tuesday, June 16, 2009 4:05 PM Subject: Re: compiling problems with mod_perl 2.0.3 and Apache 2.2.6 I have

Re: compiling problems with mod_perl 2.0.3 and Apache 2.2.6

2009-06-16 Thread ArthurG
Hi Mike Static mod_perl, as per http://perl.apache.org/docs/2.0/user/install/install.html#Static_mod_perl. My make command was perl Makefile.PL MP_USE_STATIC=1 MP_AP_PREFIX=/home/artg/Downloads/httpd-2.2.3 MP_AP_CONFIGURE=--with-mpm=prefork BR A Mike OK-2 wrote: Hi Arthur Are you