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.

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



Reply via email to