'-APXS' is not a known MakeMaker parameter name. '-HTTP' is not a known MakeMaker parameter name. '/USR/LOCAL/APACHE/BIN/APXS' is not a known MakeMaker parameter name. '/USR/LOCAL/APACHE/BIN/HTTPD' is not a known MakeMaker parameter name.
On Thursday, January 15, 2004, at 05:04 PM, Kip Hampton wrote:
[EMAIL PROTECTED] wrote:
httpd is capable of handling LoadModule. The production copy has 2 modules loaded that way, mod_php and mod_dav. Anyone have any ideas?
Usually errors like this pop up when Apache::Test hasn't found the correct httpd to use. Change to directory you unpacked AxKit into and try:
perl Makefile.PL -http /path/to/the/correct/httpd -apxs /path/to/matching/apxs
(all on one line)
then:
make && make test
Let us know how it turns out... -kip
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]