On Tue, 10 Apr 2001, Eric Cholet wrote:

> Finally got make test to run. It seems to expect to find
> the apache binary in the path:
> 
> lib/Apache/TestConfig.pm:    $ENV{APACHE} || which($vars->{target});

it should figure this out based on the MP_APXS passed to Makefile.PL
can you test that your apxs is functioning properly:
% apxs -q TARGET

also, try this:
% cd Apache-Test
% cvs up
% cd ../t/conf
% rm *.*
% cvs up
% cd ../..
% perl Makefile.PL MP_APXS=... ... && make test

it could be that the old generated config was broken.


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

Reply via email to