You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-dev@httpd.apache.org by Paul Edgar <je...@inetport.com> on 2001/08/09 17:57:32 UTC

Problems with the test suite.

After verifying that I can connect to apache 2.0 with a web browser,
when running the test I am seeing the following problem.  Anyone else
see this problem.

using Apache/2.0.18 (threaded MPM)
waiting for server to warm up...ok
server localhost:8529 started (pid=2378)
modules/expires.....Undefined subroutine &HTTP::Request::Common::HEAD
called at ../Apache-Test/lib/Apache/TestRequest.pm line 183.
modules/expires.....dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-8
        Failed 8/8 tests, 0.00% okay
modules/include.....Undefined subroutine &HTTP::Request::Common::GET
called at ../Apache-Test/lib/Apache/TestRequest.pm line 183.
modules/include.....dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-15
        Failed 15/15 tests, 0.00% okay
modules/negotiation.

then I ctrl-c the test.

Paul Edgar




Re: Problems with the test suite.

Posted by john sachs <js...@covalent.net>.
install LWP.
-j

Re: Problems with the test suite.

Posted by Doug MacEachern <do...@covalent.net>.
On Thu, 9 Aug 2001, Paul Edgar wrote:

> After verifying that I can connect to apache 2.0 with a web browser,
> when running the test I am seeing the following problem.  Anyone else
> see this problem.
> 
> using Apache/2.0.18 (threaded MPM)
> waiting for server to warm up...ok
> server localhost:8529 started (pid=2378)
> modules/expires.....Undefined subroutine &HTTP::Request::Common::HEAD

i think you may have missed this message..

Date: Wed, 8 Aug 2001 18:00:13 -0700
From: john sachs <js...@covalent.net>
To: test-dev@httpd.apache.org
Subject: Re: failure notice
Message-ID: <20...@doom.sfo.covalent.net>

hello.
i think these errors are because you do not have LWP installed on you
system.
try installing LWP. (http://search.cpan.org/search?dist=libwww-perl).

sorry, the doc is probably not clear yet on all the system requirements...
-j

On Wed, Aug 08, 2001 at 09:21:41AM -0500, Paul Edgar wrote:
...


Re: Problems with the test suite.

Posted by Doug MacEachern <do...@covalent.net>.
On Thu, 9 Aug 2001, Paul Edgar wrote:

> modules/expires.....Undefined subroutine &HTTP::Request::Common::HEAD

btw, this should work without lwp installed, i will look into that.