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
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
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
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
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
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
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