Markus Wichitill wrote:
It comes about because, when running the tests, Apache
may need certain external dlls in the Apache bin/ directory.
The PATH is used to search for these dlls.


What about the following?
+    my $ap_bindir = File::Spec->catdir($build->{MP_AP_PREFIX}, 'bin');


That doesn't work with "perl Makefile.PL MP_APXS=blah\apache2\bin\apxs.bat", that's why I used $build->apr_bindir().

If this is about APR possibly being installed outside of the Apache directory (?), I guess we have to include both paths.

That's right, which is quite often the case with packages on unix distros.

May be we need to start working on the equivalent ap_bindir() which will search only for apxs and/or httpd?

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

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



Reply via email to