Re: Apache::VMonitor doesn't install (can't find Apache::Scoreboard): suggested patch

2006-12-05 Thread Malcolm J Harwood
On Tuesday 05 December 2006 20:33, David Scott wrote: > I *finally* managed to get this to work. The problem is in > Apache::Scoreboard, in Scoreboard.xs: apparently > ap_exists_scoreboard_image() can return the value 0 even when everything > is OK, Can I ask how you found that out? I've been tr

Apache::VMonitor doesn't install (can't find Apache::Scoreboard): suggested patch

2006-12-05 Thread David Scott
I *finally* managed to get this to work. The problem is in Apache::Scoreboard, in Scoreboard.xs: apparently ap_exists_scoreboard_image() can return the value 0 even when everything is OK, causing the existence test to fail and Apache::Scoreboard not to load. The following patch to Scoreboard

Re: Apache::VMonitor doesn't install (can't find Apache::Scoreboard)

2006-12-03 Thread David Scott
This helps, but the real problem appears to be that Apache::Scoreboard isn't built properly in the first place. I had ExtUtils::MakeMaker print out $@ after it tries to load Apache::Scoreboard 2.08 for VMonitor and got the following: error: Can't load '/usr/local/lib/perl/5.8.4/auto/Apache/S

Re: Apache::VMonitor doesn't install (can't find Apache::Scoreboard)

2006-12-02 Thread Philip M. Gollucci
David Scott wrote: make test APACHE_TEST_HTTPD=/usr/local/apache2/bin/httpd APACHE_TEST_APXS=/usr/local/apache2/bin/apxs but this has no effect in the other install phases, (and doesn't help with Apache::VMonitor at all). You can edit "permenantely" which httpd server A-T is setup to use. # de

Apache::VMonitor doesn't install (can't find Apache::Scoreboard)

2006-12-01 Thread David Scott
Phillip wrote: Hey guys, I've installed Apache 2.2.3 and mod_perl 2.0.3 + libapreq2, >apparently all successfully (my application runs pretty well). Now I want to install Apache::VMonitor and can't. I've running on Debian sarge and have Apache 1.3.33 installed as > well >in /usr/sbin/apach

Re: Apache::VMonitor doesn't install (can't find

2006-12-01 Thread Philip M. Gollucci
David Scott wrote: Hey guys, I've installed Apache 2.2.3 and mod_perl 2.0.3 + libapreq2, apparently all successfully (my application runs pretty well). Now I want to install Apache::VMonitor and can't. I've running on Debian sarge and have Apache 1.3.33 installed as well in /usr/sbin/apach

Apache::VMonitor doesn't install (can't find

2006-11-30 Thread David Scott
Hey guys, I've installed Apache 2.2.3 and mod_perl 2.0.3 + libapreq2, apparently all successfully (my application runs pretty well). Now I want to install Apache::VMonitor and can't. I've running on Debian sarge and have Apache 1.3.33 installed as well in /usr/sbin/apache. The first issue