From dev-return-9064-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Wed Jan 29 18:28:04 2003 Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 56364 invoked by uid 500); 29 Jan 2003 18:28:03 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 56319 invoked from network); 29 Jan 2003 18:28:02 -0000 X-pair-Authenticated: 66.9.75.43 Message-ID: <3E381D35.8040208@electricjellyfish.net> Date: Wed, 29 Jan 2003 13:28:05 -0500 From: Garrett Rooney User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: trawick@attglobal.net CC: dev@apr.apache.org Subject: Re: Release 0.9.2 of apr/apr-util? References: <82CC0E63-32C1-11D7-BDD9-000393CE23F4@electricjellyfish.ne t> <2147483647.1043791495@[10.0.1.14]> <3E381C65.7090504@attglobal.net> In-Reply-To: <3E381C65.7090504@attglobal.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Jeff Trawick wrote: > Justin Erenkrantz wrote: > >> Okay, here is what would be helpful and something you might be able to >> provide feedback on: can you *build* and *install* parallel >> apr/apr-util? Bonus question: Can you use httpd with an installed >> apr/apr-util? If not, what do we need to fix? > > > cd apr > ./buildconf && ./configure --prefix=$HOME/aprinst > make && make install > cd ../apr-util > ./buildconf && ./configure --prefix=$HOME/aprinst --with-apr=../apr > make && make install do we need the --with-apr=../apr anymore? is it possible to point to an installed version of apr? more importantly, does this work if apr and apr-util are in directories named something other than 'apr' and 'apr-util'. last time it broke when we had apr-0.9.1 and apr-util-0.9.1. -garrett