Re: [PATCH] make test TEST_VERBOSE=1

2002-09-18 Thread Doug MacEachern
On Wed, 18 Sep 2002, Geoffrey Young wrote:
 
 I think the attached patch behaves as suggested.

perfectly, thanks.



Re: [PATCH] make test TEST_VERBOSE=1

2002-09-18 Thread Doug MacEachern
On Wed, 18 Sep 2002, Doug MacEachern wrote:

 On Wed, 18 Sep 2002, Geoffrey Young wrote:
  
  I think the attached patch behaves as suggested.
 
 perfectly, thanks.

with 5.8.0 that is.  with 5.6.1, dies with:
Error in option spec: verbose:1




Re: newbie question on perl-framework...

2002-09-18 Thread Doug MacEachern
On Tue, 17 Sep 2002, David Hill wrote:
 
 Tried that (twice) and it did not help.
 Thanks for the pointer to the config blocks, missed that in my
 RTFM-ing.
 
 If I hand hack a conf file based on your pointer, things run much
 better, but what a pain

t/TEST -clean
t/TEST -trace=debug
will give you some more info.

 I am beginning to think that the problem is related to the path to the
 libraries created by apxs.
 The DSO is created as ./c-modules/foo/.libs/libmod_foo.so
 I am trying to understand the perl code but have not found anything
 that deals with this stuff.

that path is expected.  if the .so isn't found, then it shouldn't be added 
to httpd.conf and tests skipped that depend on that module.

you might want to look at the generated file:
t/conf/apache_test_config.pm

contains most of the collected info, including a list of cmodules from the 
c-modules directory.