From owner-freebsd-questions@FreeBSD.ORG Mon Nov 7 15:56:48 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EADA16A421 for ; Mon, 7 Nov 2005 15:56:48 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 348A743D48 for ; Mon, 7 Nov 2005 15:56:47 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 15640 invoked from network); 7 Nov 2005 15:56:46 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 7 Nov 2005 15:56:46 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 1B57B28441; Mon, 7 Nov 2005 10:56:46 -0500 (EST) Sender: lowell@be-well.ilk.org To: Ian Lord References: <6.2.3.4.2.20051106102933.0252b2f8@pop.msdi.ca> From: Lowell Gilbert Date: 07 Nov 2005 10:56:46 -0500 In-Reply-To: <6.2.3.4.2.20051106102933.0252b2f8@pop.msdi.ca> Message-ID: <44slu81mf5.fsf@be-well.ilk.org> Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org, ale@FreeBSD.org Subject: Re: Ports: php5-mysqli 5.0.5_1 Dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2005 15:56:48 -0000 Ian Lord writes: > I just installed port php5-mysqli. One of the packages it installs at > the same time is mysql_client which is for mysql 4.1 > > If I try to manually install package for mysql50_client I get a > conflict saying I cannot install because files go at the same place. > > How can I bypass this kind of situation ? > > Is the only way is waiting for an update to package php5_mysqli or can > I force the install without creating problems ? In a quick look, I didn't see the path that gets mysql installed as a dependency for php5_mysqli. If it can work with mysql150, then you should be able to remove 1.4 and replace it with 1.5. If it needs 1.4, though, that's what you're stuck with.