From owner-freebsd-questions@FreeBSD.ORG Tue Dec 14 22:52:55 2004 Return-Path: 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 C4E3216A4CF for ; Tue, 14 Dec 2004 22:52:55 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED48F43D1F for ; Tue, 14 Dec 2004 22:52:53 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so800077rnf for ; Tue, 14 Dec 2004 14:52:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=jW4yXFt4FfCD22LId1LTJ+KSae4AzYDjhkqfom5YQy30ZEGWx2Kz41iJg/Rasp8btEiYJ70GqRkUvQzb4KdewxNmzOsz5QvWX2aawUSvP7zRKDyoYdoGOflqTaPcP/wqghLrwN8a/KVx0IiAs7tgZPJyFMT/hxNiLLG6ZzmcfqU= Received: by 10.38.83.77 with SMTP id g77mr395359rnb; Tue, 14 Dec 2004 14:52:53 -0800 (PST) Received: by 10.38.96.45 with HTTP; Tue, 14 Dec 2004 14:52:53 -0800 (PST) Message-ID: Date: Tue, 14 Dec 2004 14:52:53 -0800 From: Derrick Ryalls To: Noah In-Reply-To: <20041214224750.M18198@enabled.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041214224750.M18198@enabled.com> cc: freebsd-questions@freebsd.org Subject: Re: php4 install has conflicts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Derrick Ryalls List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 22:52:55 -0000 > what is the cleanest way to get PHP4 installed here? There are a lot of > programs that have dependancies on mod_php4. how do I update all those > dependancies to the latest version of mod_php4? and then how do I cleanly > remove all those older versions of mod_php4? > > --- snip --- > > # make install clean > ===> Installing for php4-4.3.9_1 > > ===> php4-4.3.9_1 conflicts with installed package(s): > mod_php4-4.3.5_7,1 > mod_php4-4.3.6_1,1 > mod_php4-4.3.8_2,1 > mod_php4-4.3.9_1,1 > > They install files into the same place. > Please remove them first with pkg_delete(1). > *** Error code 1 > > Stop in /usr/ports/lang/php4. > I recommend trying portupgrade (with the -N flag I believe)