From owner-freebsd-questions@FreeBSD.ORG Tue Dec 14 23:00:08 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 E75C216A4CE for ; Tue, 14 Dec 2004 23:00:08 +0000 (GMT) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBDEB43D2F for ; Tue, 14 Dec 2004 23:00:08 +0000 (GMT) (envelope-from admin2@enabled.com) Received: from enabled.com (localhost.enabled.com [127.0.0.1]) by typhoon.enabled.com (8.13.1/8.13.1) with ESMTP id iBEN07Ch023432; Tue, 14 Dec 2004 15:00:07 -0800 (PST) (envelope-from admin2@enabled.com) From: "Noah" To: Derrick Ryalls Date: Tue, 14 Dec 2004 15:00:07 -0800 Message-Id: <20041214225932.M34944@enabled.com> In-Reply-To: References: <20041214224750.M18198@enabled.com> X-Mailer: Open WebMail 2.41 20040926 X-OriginatingIP: 67.161.56.189 (admin2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 23:00:09 -0000 On Tue, 14 Dec 2004 14:52:53 -0800, Derrick Ryalls wrote > > 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) I think I am following you correctly here? --- snip --- # portupgrade -N mod_php4-4.3.9_1,1 # 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. --- snip --- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"