From owner-freebsd-questions@FreeBSD.ORG Thu Feb 14 16:55:40 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 664BD16A418 for ; Thu, 14 Feb 2008 16:55:40 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id 38C8C13C465 for ; Thu, 14 Feb 2008 16:55:39 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.2/8.14.2) id m1EGtbwV011560; Thu, 14 Feb 2008 10:55:37 -0600 (CST) (envelope-from dan) Date: Thu, 14 Feb 2008 10:55:37 -0600 From: Dan Nelson To: Wouter Oosterveld Message-ID: <20080214165536.GC97946@dan.emsphone.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 7.0-PRERELEASE User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-questions@freebsd.org Subject: Re: Fwd: mysqlclient upgrade 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: Thu, 14 Feb 2008 16:55:40 -0000 In the last episode (Feb 14), Wouter Oosterveld said: > Hello people, > > Doe anyone have experience upgrading the mysqlclient-4.0.x to > mysqlclient-5.0.x while retaining mysqlserver-4.0.x and linking > php4-mysql-4.4.2_1 against mysqlclient-5.0.x. > > How would I do this? I got some clue about setting PREFIX and > configure option but not much. portupgrade -o databases/mysql50-client mysql-client-4.0.26_1 portupgrade -f php4-mysql-4.4.2_1 should be all you need, I think. You'll probably want to portupgrade anything else linked to the old mysql client libs too, just to keep everything at the same version. Why not upgrade mysql-server, too? -- Dan Nelson dnelson@allantgroup.com