Title: setting httpd for Apache::test

I have perl 5.8.0 with apache 1.3.28, and mod_perl 1.28 installed.  I need the Apache::Test to be installed as well, as it is a req. for many other modules.  I'm running into trouble with make test.  Apparently it can't find the httpd server.  How/Where would I add the path so that this mod will find the httpd server.  Can I config the makefile or should this be set someplace else?


<tail make test>


/usr/local/bin/perl -Iblib/arch -Iblib/lib \
t/TEST -clean
*** setting ulimit to allow core files
ulimit -c unlimited; t/TEST -clean
APACHE_USER= APACHE_GROUP= APACHE_PORT= APACHE= APXS=
\
/usr/local/bin/perl -Iblib/arch -Iblib/lib \
t/TEST -verbose=0
*** setting ulimit to allow core files
ulimit -c unlimited; t/TEST -verbose=0
!!! no test server configured, please specify an httpd
or apxs or put either in your PATH. For example:
t/TEST -httpd /path/to/bin/httpd
make: *** [run_tests] Error 1


thanks,

Jeff

Reply via email to