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
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
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
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
-
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
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
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
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