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/Scoreboard/Scoreboard.so' for module Apache::Scoreboard: /usr/local/lib/perl/5.8.4/auto/Apache/Scoreboard/Scoreboard.so: undefined symbol: ap_scoreboard_image at /usr/lib/perl/5.8/XSLoader.pm line 68.
at /usr/local/lib/perl/5.8.4/Apache/Scoreboard.pm line 21

...which appears to be the smoking gun. Is there something I need to do when building httpd in the first place? Do I need to tweak LD_LIBRARY_PATH or something?

Thanks.

d

Philip M. Gollucci wrote:
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.

# determine which configuration file Apache/TestConfigData.pm to use
# (as there could be several). The order searched is:
# 1) $ENV{HOME}/.apache-test/
# 2) in @INC


Reply via email to