Return-Path: Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 62009 invoked by uid 500); 18 Sep 2002 21:39:34 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-dev@httpd.apache.org Received: (qmail 61996 invoked from network); 18 Sep 2002 21:39:34 -0000 X-Authentication-Warning: mako.covalent.net: dougm owned process doing -bs Date: Wed, 18 Sep 2002 14:32:12 -0700 (PDT) From: Doug MacEachern To: Subject: Re: newbie question on perl-framework... In-Reply-To: <024901c25e93$e4045d90$e3008d10@little1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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.