Mark Hawkes wrote:
When I 'make test' I'm getting failures relating to modules/src.t
[...]
$ make test TEST_VERBOSE=1
<--snip-->
dir=../src
ok 2
main=
not ok 3
module_magic_number = 0
not ok 4
httpd_version =
not ok 5
-I../src -I../src/modules/perl
ok 6
FAILED tests 3-5
Failed 3/6 tests,
Hi there,
On Sun, 22 Dec 2002, Mark Hawkes wrote:
> Thanks Beau, but that didn't solve anything :-( 'make test' needs to run as
> root or it can't write to the Apache directory.
[snip]
> >-Original Message-
> >From: Mark Hawkes [mailto:[EMAIL PROTECTED]]
> >Sent: Saturday, December 21,
run the failed tests
alone in -v mode? For mod_perl 2 you can say: t/TEST -v testname.
Sorry I'm not much help...
Aloha => Beau.
-Original Message-
From: Mark Hawkes [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 21, 2002 2:19 PM
To: [EMAIL PROTECTED]
Subject: RE: Install Probl
Thanks Beau, but that didn't solve anything :-( 'make test' needs to run as
root or it can't write to the Apache directory.
At 12:10 2002-12-21 -1000, you wrote:
Hi -
I had testing problems a few weeks ago...
be sure you test as a 'normal' user, not 'root'.
If you did the make under root, be sur
Hi -
I had testing problems a few weeks ago...
be sure you test as a 'normal' user, not 'root'.
If you did the make under root, be sure to change
user:group ownership of the entire mod_perl tree
before logging in and testing.
I'm _not_ an expert, but that's what happened to
me :)
Aloha => Beau.