Re: Apache-SizeLimit testing

2006-08-31 Thread Fred Moyer
On Thu, 31 Aug 2006, Philip M. Gollucci wrote: Fred Moyer wrote: [EMAIL PROTECTED] ~/dev/src/Apache-SizeLimit $ perl Makefile.PL You don't seem to have mod_perl 1.0 installed at Makefile.PL line 110. Here's a really dumb question -- Do you have mod_perl 1.0 installed AND the PERL GLUE in your

Re: Apache-SizeLimit testing

2006-08-31 Thread Philip M. Gollucci
Fred Moyer wrote: > [EMAIL PROTECTED] ~/dev/src/Apache-SizeLimit $ perl Makefile.PL > You don't seem to have mod_perl 1.0 installed at Makefile.PL line 110. Here's a really dumb question -- Do you have mod_perl 1.0 installed AND the PERL GLUE in your PERL5LIB path (specifically mod_perl.pm)? Even

Apache-SizeLimit testing

2006-08-31 Thread Fred Moyer
Hi, I wasn't able to get Apache::SizeLimit trunk to build. Any suggestions appreciated. [EMAIL PROTECTED] ~/dev/src/Apache-SizeLimit $ perl Makefile.PL You don't seem to have mod_perl 1.0 installed at Makefile.PL line 110. [EMAIL PROTECTED] ~/dev/src/Apache-SizeLimit $ which httpd which: no h

Re: mp2+A2::SL

2006-08-31 Thread Philip M. Gollucci
Fred Moyer wrote: > I checked and Apache::Dispatch uses 'perl Makefile.PL MOD_PERL=2'. > > http://svn.sourceforge.net/viewvc/apache-dispatch/trunk/Makefile.PL?revision=51&view=markup Thanks Fred -- that works fine for Apache-SizeLimit standalone and _IS_ what its doing AND it works GREAT. BUT -

Re: mp2+A2::SL

2006-08-31 Thread fred
On Thu, 31 Aug 2006, Geoffrey Young wrote: Philip M. Gollucci wrote: The latter results in invalid args for MakeMaker. switch the order? $ MOD_PERL=2 perl Makefile.PL I'm pretty sure that's what some of stas stuff does, and what fred is doing for the current Apache::Dispatch overhaul. [s

Re: mp2+A2::SL

2006-08-31 Thread Fred Moyer
On Thu, 31 Aug 2006, Geoffrey Young wrote: Philip M. Gollucci wrote: Philip M. Gollucci wrote: Philip M. Gollucci wrote: So we need to set either ENV{MOD_PERL}=2 or perl Makefile.PL MOD_PERL=2 The latter results in invalid args for MakeMaker. switch the order? $ MOD_PERL=2 perl Makefil

Re: mp2+A2::SL

2006-08-31 Thread Fred Moyer
On Thu, 31 Aug 2006 6:40 am, Geoffrey Young wrote: Philip M. Gollucci wrote: Philip M. Gollucci wrote: So we need to set either ENV{MOD_PERL}=2 or perl Makefile.PL MOD_PERL=2 The latter results in invalid args for MakeMaker. switch the order? $ MOD_PERL=2 perl Makefile.PL I'm pretty sur

Re: mp2+A2::SL

2006-08-31 Thread Geoffrey Young
Philip M. Gollucci wrote: > Philip M. Gollucci wrote: > >>Philip M. Gollucci wrote: >> >>>Hi, >>> >>>So we need to set either ENV{MOD_PERL}=2 or perl Makefile.PL MOD_PERL=2 >>> >>>The latter results in invalid args for MakeMaker. switch the order? $ MOD_PERL=2 perl Makefile.PL I'm pretty sure