From dev-return-15041-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Tue Nov 15 21:34:37 2005 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 27716 invoked from network); 15 Nov 2005 21:34:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Nov 2005 21:34:36 -0000 Received: (qmail 5638 invoked by uid 500); 15 Nov 2005 21:34:35 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 5605 invoked by uid 500); 15 Nov 2005 21:34:34 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 5594 invoked by uid 99); 15 Nov 2005 21:34:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2005 13:34:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [80.229.52.226] (HELO asgard.webthing.com) (80.229.52.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2005 13:34:25 -0800 Received: from asgard (asgard [192.168.10.2]) by asgard.webthing.com (Postfix) with ESMTP id CF07C64727 for ; Tue, 15 Nov 2005 21:34:12 +0000 (GMT) From: Nick Kew Organization: WebThing Ltd To: dev@apr.apache.org Subject: Re: apr-util config, etc. Date: Tue, 15 Nov 2005 21:34:10 +0000 User-Agent: KMail/1.8.1 References: <437A3E66.8020707@pearsoncmg.com> <437A46D7.4020008@pearsoncmg.com> <679B67F2943590CB5B25D041@st-augustin.ics.uci.edu> In-Reply-To: <679B67F2943590CB5B25D041@st-augustin.ics.uci.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511152134.12066.nick@webthing.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Tuesday 15 November 2005 20:44, Justin Erenkrantz wrote: > --On November 15, 2005 3:36:39 PM -0500 Chris Darroch (For the record, Chris and I have developed an apr_dbd_oracle driver which we'll soon be contributing to APR) > > At any rate, I've still got a problem on my hands, because > > to deal with Oracle I need to get something into $LINK after > > $COMPILE, which means one of LDFLAGS, EXTRA_LDFLAGS, or > > NOTEST_LDFLAGS in build/rules.mk. No amount of fiddling > > with prior-to-configure env vars has allowed me to do this; > > although things turn up in config.nice, they don't make it > > into the actual make process. Any help appreciated! Thanks! > > I'm not sure what your problem is here. Oracle requires not just its own paths for headers and client lib, but also its own environment variables. For runtime, putting it in httpd's envvars by hand works fine, but it doesn't automate the build. -- Nick Kew