Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 38070 invoked from network); 17 Jan 2005 13:35:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Jan 2005 13:35:52 -0000 Received: (qmail 92486 invoked by uid 500); 17 Jan 2005 13:35:50 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 92454 invoked by uid 500); 17 Jan 2005 13:35:49 -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 92433 invoked by uid 99); 17 Jan 2005 13:35:49 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from chandler.sharp.fm (HELO chandler.sharp.fm) (64.49.223.165) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 17 Jan 2005 05:35:49 -0800 Received: by chandler.sharp.fm (Postfix, from userid 48) id 219CC9231D7; Mon, 17 Jan 2005 07:35:47 -0600 (CST) Received: from 196.8.104.27 (SquirrelMail authenticated user minfrin@sharp.fm); by www.sharp.fm with HTTP; Mon, 17 Jan 2005 15:35:47 +0200 (SAST) Message-ID: <49356.196.8.104.27.1105968947.squirrel@www.sharp.fm> Date: Mon, 17 Jan 2005 15:35:47 +0200 (SAST) Subject: v0.9 and v1.x simultaneously - Expat conflict From: "Graham Leggett" To: dev@apr.apache.org User-Agent: SquirrelMail/1.4.3a-7.EL3 X-Mailer: SquirrelMail/1.4.3a-7.EL3 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all, Both v0.9 and v1.x of apr-util include a bundled copy of expat v1.95.2. When you try and install both the v0.9 and v1.x apr-util libraries at the same time, a conflict results as the same expat libraries are installed twice in the same place. Is it necessary to bundle expat at all? How would somebody doing packaging handle expat if it were bundled with apr-util? Regards, Graham --