mod_perl 2.0 snapshot install issue

2005-05-15 Thread Jared Jackson
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 target `pm_to_blib.ts',

Re: mod_perl 2.0 under Windows 2000

2005-05-15 Thread Randy Kobes
On Mon, 16 May 2005, Foo Ji-Haw wrote: > Octavian Rasnita wrote: > > >Hi, > > > >I have tried to compile mod_perl 2.0.0-DEV under Windows > >2000, using Visual Studio 6. I have done: > > > >>perl Makefile.pl > >>nmake > >>nmake test > > > >The result was: > > > >Failed Test Stat Wstat Total Fa

Re: mod_perl 2.0 under Windows 2000

2005-05-15 Thread Foo Ji-Haw
Why don't you simply install precompiled mp2 via PPM? It's a lot faster and requires less of you. Octavian Rasnita wrote: Hi, I have tried to compile mod_perl 2.0.0-DEV under Windows 2000, using Visual Studio 6. I have done: perl Makefile.pl nmake nmake test The result was: Failed Test

Fw: CPAN Upload: F/FW/FWILES/Apache-DB-0.10.tar.gz

2005-05-15 Thread Frank Wiles
Just an FYI for everyone. Here are the major changes: -- Apache::DB, Apache::DProf, and Apache::SmallProf now work with RC6 -- Apache::DB should now work with graphical debuggers like Komodo -- There are now instructions on how to use Apache::DB when using SELinux Let me

Re: Server Load Profile

2005-05-15 Thread Bill Whillers
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); if [ $(echo -e "

Re: mod_perl 2.0 under Windows 2000

2005-05-15 Thread Randy Kobes
On Sun, 15 May 2005, Octavian Rasnita wrote: > I have tried to compile mod_perl 2.0.0-DEV under Windows > 2000, using Visual Studio 6. > > I have done: > > > perl Makefile.pl > > nmake > > nmake test > > The result was: > > Failed Test Stat Wstat Total Fail Failed List of Failed > --

Re: [MP2] 1.999024 fails on OS X

2005-05-15 Thread Christian Hansen
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 breaking t

mod_perl 2.0 under Windows 2000

2005-05-15 Thread Octavian Rasnita
Hi, I have tried to compile mod_perl 2.0.0-DEV under Windows 2000, using Visual Studio 6. I have done: > perl Makefile.pl > nmake > nmake test The result was: Failed Test Stat Wstat Total Fail Failed List of Failed -

Re: [MP2] 1.999024 fails on OS X

2005-05-15 Thread Philippe M. Chiasson
Christian Hansen wrote: > Philippe M. Chiasson wrote: > >> >> Just rebuilt myself a fresh blead-perl, fresh httpd-2.0-svn and >> mod_perl-2.0-svn. All tests passed! >> >> My hunch is that's it's something about Apple's Perl, and I'll >> investigate >> more later on. For now, I guess the best advic