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
wil
> any of the c-modules/ *.so should be added to httpd.conf and config
> within, e.g. from mod_test_apr_uri.c:
> #if CONFIG_FOR_HTTPD_TEST
>
>
>SetHandler test-apr-uri
>
>
> #endif
>
> tests should be skipped if the module is not compiled/loaded.
> you might just need to:
>
> t/TEST -clean
>
On Tue, 17 Sep 2002, David Hill wrote:
>
> Hi,
> I finally got my first run of the perl-framework against 2.0 on Tru64. I
> am using a pull from cvs from late last week, After rooting around in the
> failures, I noticed that none of the c-modules libraries are being loaded,
> and that of c
Hi,
I finally got my first run of
the perl-framework against 2.0 on Tru64. I am using a pull from cvs from late
last week, After rooting around in the failures, I noticed that none of the
c-modules libraries are being loaded, and that of course generates failures.
My question - how