Here's what was returned.
# perl -le 'use ExtUtils::MakeMaker; print ExtUtils::MakeMaker->VERSION'
6.28
Thanks.
Jared
At 10:37 AM -0400 5/16/05, Stas Bekman wrote:
Jared Jackson wrote:
I was unable to install RC6 due to the version issue previously reported.
I downloaded the
Sorry about that. I was distracted for a moment with an urgent qmail issue.
Thanks for the help.
Jared
At 1:01 PM -0400 5/16/05, Stas Bekman wrote:
Jared, please do not take the thread off-list unless you were asked
to. Thank you.
Here is the code in my current snapshot of mod_perl
problem: It looks like every include that gets processed starts
a new stream to my filter. I need mod_include to process all the
includes and THEN send the completed flat document to my mod_perl
filter. Is this possible? Please advise.
TIA,
Jared
--
Report problems: http://perl.apache.org/bugs
If I'm not mistaken, building libaqreq2 with both --with-apache2-apxs
and --with-apache2-src. But you can do it and end up with an
almost-functional installation, or odd build errors (as I can recently
attest to).
Offered as consideration for an enhancement, it might be nice if
configure detected
> Stas> 99.9% of users do *not* need to use this workaround. So that
> Stas> issue is moot if you ask me.
> Four out of my five biggest customers *will* need to have both
> modperl1 and modperl2 in the same Perl installation tree on their
> development machines, because they'll need to start looki
t'
make[3]: Leaving directory `/downloads/modperl-2.0/xs/ModPerl/Const'
make[2]: Leaving directory `/downloads/modperl-2.0/xs/ModPerl'
make[1]: Leaving directory `/downloads/modperl-2.0/xs'
This is perl, v5.8.5 built for i386-linux-thread-multi
Jared Jackson