I've seen a few questions go by recently about folks having trouble with the AxKit test suite when 1) they have both Apache 1.3.x and Apache 2.x installed and 2) the directory containing version 2 is found first in the system $PATH. IIRC, the solution suggested was to jiggle the $PATH so that the appropriate httpd is found first, but there is a much easier (and complete) way. When running "perl Makefile.PL" add the following args:

> perl Makefile.PL -httpd /path/to/your/v1/bin/httpd \
  -apxs /path/to/your/v1/bin/apxs

Unfortunately, this means that (if the case above applies to you) you can't just install via the CPAN shell, but will have to cd into the AxKit directory in your .cpan/build dir and run "perl Makefile.PL (plus the args above) && make && make test" manually before you "make install" but it guarantees that you will test against the right Apache.

HTH,
-kip


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to