From owner-freebsd-questions@FreeBSD.ORG Wed Dec 15 01:19:15 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 D82C516A4CE for ; Wed, 15 Dec 2004 01:19:15 +0000 (GMT) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE00D43D66 for ; Wed, 15 Dec 2004 01:19:15 +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 iBF1JB8i028761; Tue, 14 Dec 2004 17:19:11 -0800 (PST) (envelope-from admin2@enabled.com) From: "Noah" To: "Haulmark, Chris" , "Ian Moore" , Date: Tue, 14 Dec 2004 17:19:11 -0800 Message-Id: <20041215011800.M29112@enabled.com> In-Reply-To: <6FC9F9894A9F8C49A722CF9F2132FC2202A7A4BF@ms05.mailstreet2003.net> References: <6FC9F9894A9F8C49A722CF9F2132FC2202A7A4BF@ms05.mailstreet2003.net> 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 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: Wed, 15 Dec 2004 01:19:16 -0000 On Tue, 14 Dec 2004 19:50:15 -0500, Haulmark, Chris wrote > Someone broke the silence: > > > Okay, so I remove mod_php, huh - and then reinstall it? > > > > take a look at this. how do I handle all the packages that Need > > mod_php? how do I do this cleanly? > > > > --- snp --- > > > > # pkg_delete mod_php4-4.3.5_7,1 > > pkg_delete: package 'mod_php4-4.3.5_7,1' is required by these other > > packages and may not be deinstalled: > > gallery-1.4.4.2 > > gallery-1.4.4.4 > > php4-bz2-4.3.9_1 > > php4-gettext-4.3.8_2 > > php4-mysql-4.3.8_2 > > php4-pcre-4.3.8_2 > > php4-session-4.3.8_2 > > phpMyAdmin-2.5.6_1 > > phpMyAdmin-2.5.7.1 > > phpbb-2.0.8_3 > > squirrelmail-1.4.3a > > > > > > > > Use -f for pkg_delete when you want to delete a package without any > worry about the dependencies. > > What I would do is: > > pkg_delete -f mod_php4-4.3.5_7,1 > portinstall mod_php4 > > Then you can be safe if you reinstall the rest of them with your > previous reinstall method. Okay cool. let me be sure that I am on the same page as you. do I need to go and reinstall the gallery, php4-bz2 proggies? is that wahat you are saying here? cheers, Noah > > Chris