You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Eric Cholet <ch...@logilune.com> on 2001/04/10 16:20:02 UTC

make test success

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});

`APACHE=/usr/local/apache2/bin/httpd make test` did the trick.

server localhost:8529 started (pid=5253, version=Apache/2.0.17-dev)
server localhost:8530 listening (TestProtocol::echo)
api/conn_rec........ok 

api/lookup_uri......ok 

api/module..........ok 

api/request_rec.....ok 

api/server_rec......ok 

apr/netlib..........ok 

apr/lib.............ok 

apr/uuid............ok 

protocol/echo.......ok 

hooks/authen........ok 

filter/lc...........ok 

filter/reverse......ok 

apache/conftree.....ok 

apache/post.........ok 

All tests successful.
Files=14, Tests=101,  6 wallclock secs ( 4.27 cusr +  0.72 csys =  4.99 CPU)
server localhost:8529 shutdown (pid=5253)
/usr/bin/perl -Iblib/arch -Iblib/lib  t/TEST -clean

This is using perl 5.6.1 non threaded, prefork MPM.

--
Eric Cholet
B995 E519 1594 10D0 4271 1EA5 8DF3 8004

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: make test success

Posted by Eric Cholet <ch...@logilune.com>.
--On 10/04/01 09:48 -0700 Doug MacEachern wrote:

> 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

apxs is working fine. My problem is fixed after cvs up and recompiling.
Thanks!

--
Eric Cholet
B995 E519 1594 10D0 4271 1EA5 8DF3 8004

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: make test success

Posted by Doug MacEachern <do...@covalent.net>.
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: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org