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',
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
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
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
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 "
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
> --
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
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
-
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