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.


Reply via email to