From owner-freebsd-questions@FreeBSD.ORG Wed Dec 15 00:50:40 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 3AEE216A4CE for ; Wed, 15 Dec 2004 00:50:40 +0000 (GMT) Received: from ms05.mailstreet2003.net (MS05.mailstreet2003.net [63.251.155.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id AED3443D49 for ; Wed, 15 Dec 2004 00:50:39 +0000 (GMT) (envelope-from chris@sigd.net) X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Dec 2004 19:50:15 -0500 Message-ID: <6FC9F9894A9F8C49A722CF9F2132FC2202A7A4BF@ms05.mailstreet2003.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: php4 install has conflicts Thread-Index: AcTiO6KMcm/c4F6KSaeuevtM0A3FyAABAdMg From: "Haulmark, Chris" To: "Noah" , "Ian Moore" , 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 00:50:40 -0000 Someone broke the silence:=20 > Okay, so I remove mod_php, huh - and then reinstall it? >=20 > take a look at this. how do I handle all the packages that Need > mod_php? how do I do this cleanly? >=20 > --- snp --- >=20 > # 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 >=20 >=20 >=20 Use -f for pkg_delete when you want to delete a package without any = worry about the dependencies.=20 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. Chris