Re: [ANNOUNCE] mod_perl 2.0.0 (preview!)

2005-05-16 Thread Marc Slagle
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

Re: [ANNOUNCE] mod_perl 2.0.0 (preview!)

2005-05-16 Thread Foo Ji-Haw
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

Re: mod_perl 2.0 snapshot install issue

2005-05-16 Thread Stas Bekman
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

Re: Apache::RequestRec::notes stays wrong usage

2005-05-16 Thread raja agireddy
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

Re: Apache::RequestRec::notes stays wrong usage

2005-05-16 Thread Perrin Harkins
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

Re: [QUESTION] Overloading/overriding print() when subclassing Apache

2005-05-16 Thread Stas Bekman
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

Re: Server Load Profile

2005-05-16 Thread Stas Bekman
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

Re: mod_perl 2.0 snapshot install issue

2005-05-16 Thread jared
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

Re: mod_perl 2.0 snapshot install issue

2005-05-16 Thread Stas Bekman
[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

Re: mod_perl 2.0 snapshot install issue

2005-05-16 Thread Stas Bekman
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_

Re: mod_perl 2.0 snapshot install issue

2005-05-16 Thread jared
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

Re: mod_perl causing seg faults in apache2?

2005-05-16 Thread Stas Bekman
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

Re: mod_perl causing seg faults in apache2?

2005-05-16 Thread Grant
> > 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 > > > >

Re: [MP2] 1.999024 fails on OS X

2005-05-16 Thread Stas Bekman
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