Philippe M. Chiasson wrote:
#* Allright folks, RC6 was released a while ago, and various issues
were resolved. According to our planned schedule, I am releasing
a mod_perl-2.0.0 preview! As before, this is your last chance to
affect the new API, since after 2.0.0 is released, incompatible API
chang
All right! MP2 at last!
Marc Slagle wrote:
Philippe M. Chiasson wrote:
#* Allright folks, RC6 was released a while ago, and various issues
were resolved. According to our planned schedule, I am releasing
a mod_perl-2.0.0 preview! As before, this is your last chance to
affect the new API, since afte
Jared Jackson wrote:
I was unable to install RC6 due to the version issue previously reported.
I downloaded the following snapshot:
modperl-2.0_20050515223638.tar.gz
and was able to successfully run "perl Makefile.PL"
But "make install" stops with the following error.
"make: *** No rule to make tar
Perrin,
I have installed Apache::Session manger but somehow it is not working.
I am not being prompted for password after the specified timeout. Is
there a way to debug this issue. I have added the following in the
httpd.conf file
PerlSetVar SessionManagerTracking On
PerlS
raja agireddy wrote:
Perrin,
I have installed Apache::Session manger but somehow it is not working.
I am not being prompted for password after the specified timeout. Is
there a way to debug this issue. I have added the following in the
httpd.conf file
PerlSetVar SessionMana
Arne Skjaerholt wrote:
Hello all,
I'm currently working on a project where I've decided to subclass
Apache, and one of the methods I've decided to overload is the print
method (so that my main module decides when data actually gets printed,
not user modules). Now, I'd like to also override the buil
Bill Whillers wrote:
Thanks for your excellent resource.
As a stop-gap (for now) the following script is cron'd every minute on the
server to log basic load profile and to email `top` snapshot if things get
out of hand.
-monitor---
uptime>>/jobs/monitor.log;
temp=$(cat /proc/loadavg
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 following snapshot:
mod
[EMAIL PROTECTED] wrote:
Here's what was returned.
# perl -le 'use ExtUtils::MakeMaker; print ExtUtils::MakeMaker->VERSION'
6.28
In which case please take a look at this code:
lib/ModPerl/BuildMM.pm
require ExtUtils::MakeMaker;
my $mm_ver = $ExtUtils::MakeMaker::VERSION;
my $pm_to_blib
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 (20050516104821).
>
> lib/ModPerl/BuildMM.pm
> require ExtUtils::MakeMaker;
> my $pm_to_blib = $ExtUtils::MakeMaker::VERSION >= 6.22
> ? "pm_to_
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 (200505161048
Grant wrote:
[...]
It looks like my current 1.99.17 configuration has Registry.pm here:
/usr/lib/perl5/vendor_perl/5.8.5/i686-linux/Apache2/ModPerl/Registry.pm
and according to the logs the new one was installed here:
/usr/lib/perl5/vendor_perl/5.8.5/i686-linux/ModPerl/Registry.pm
Interchange::Link
> > It looks like my current 1.99.17 configuration has Registry.pm here:
> >
> > /usr/lib/perl5/vendor_perl/5.8.5/i686-linux/Apache2/ModPerl/Registry.pm
> >
> > and according to the logs the new one was installed here:
> >
> > /usr/lib/perl5/vendor_perl/5.8.5/i686-linux/ModPerl/Registry.pm
> >
> >
Philippe M. Chiasson wrote:
[...]
After a long promised investigation session, I believe I have pinned
it down. It seems to have been introduced by change r160562 when the
anon_cnt initialization code was moved around as a result. Didn't have
enough time tonight to dig down as to _why_ this is brea
14 matches
Mail list logo