Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 22902 invoked from network); 15 Mar 2011 17:04:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Mar 2011 17:04:02 -0000 Received: (qmail 91353 invoked by uid 500); 15 Mar 2011 17:04:02 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 91304 invoked by uid 500); 15 Mar 2011 17:04:02 -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 91296 invoked by uid 99); 15 Mar 2011 17:04:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2011 17:04:02 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of minfrin@sharp.fm designates 72.32.122.20 as permitted sender) Received: from [72.32.122.20] (HELO chandler.sharp.fm) (72.32.122.20) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2011 17:03:53 +0000 Received: from chandler.sharp.fm (localhost [127.0.0.1]) by chandler.sharp.fm (Postfix) with ESMTP id 9239F508058; Tue, 15 Mar 2011 12:03:32 -0500 (CDT) Received: from [172.31.120.255] (unknown [212.58.232.179]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: minfrin@sharp.fm) by chandler.sharp.fm (Postfix) with ESMTP id 7C534508057; Tue, 15 Mar 2011 12:03:31 -0500 (CDT) Cc: dev@apr.apache.org Message-Id: <4DA4538C-B819-4E41-BF7A-B5239D85C020@sharp.fm> From: Graham Leggett To: Rico M In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: Build problems Date: Tue, 15 Mar 2011 19:03:30 +0200 References: <58010F12-AB20-4B62-B4BE-31D94B1E6B46@sharp.fm> X-Mailer: Apple Mail (2.936) X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org On 15 Mar 2011, at 5:56 PM, Rico M wrote: > Perhaps i am reading it wrong ? > > The change from apr 0.9.35 to 1.4.2 and > apr-util from 0.9.6.2 to 1.3.x > > be considered as major revisions which encompass the interface ? Yes. It all depends on what you're trying to do. If you're trying to use a binary copy of httpd compiled from apr/apr-util v0.9.x with apr/apr- util v1.x, then you'll need to recompile httpd (and anything else that depends on apr) after you upgrade apr/apr-util to v1.x. This could be as simple as "rpmbuild --rebuild httpd-x.x.x-src.rpm". (Should have been clearer on this earlier, sorry about that). Regards, Graham --