From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 20:32:53 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 4075416A4CE for ; Sun, 1 Aug 2004 20:32:53 +0000 (GMT) Received: from public.comradeburnout.com (net-6621941-196.customer.corenap.com [66.219.41.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B882E43D3F for ; Sun, 1 Aug 2004 20:32:52 +0000 (GMT) (envelope-from geektron@comradeburnout.com) Received: from [127.0.0.1] (adsl-67-65-12-193.dsl.austtx.swbell.net [67.65.12.193]) by public.comradeburnout.com (Postfix) with ESMTP id 23D6860E3 for ; Sun, 1 Aug 2004 15:41:41 -0500 (CDT) Message-ID: <410D516C.8070106@comradeburnout.com> Date: Sun, 01 Aug 2004 15:24:12 -0500 From: Comrade Burnout User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD 5.2.1 port dependencies (PHP/PEAR) 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: Sun, 01 Aug 2004 20:32:53 -0000 i recently upgraded some machines to FreeBSD 5.2.1-STABLE, and trying to install the PEAR objects (PHP stuff). I've looked through the INDEX file in my local ports collection, and the PEAR tree is looking for: php4-4.3.4 whereas mod_php4 and any of the other (non-PEAR ) PHP ports are looking for: mod_php4-4.3.4,1 when i try to use pkg_add ... i get the following: burnt# pkg_add -r pear-DB Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/Latest/pear-DB.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/All/php4-4.3.4_2.tbz... Done. pkg_add: package 'php4-4.3.4_2' conflicts with mod_php4-4.3.4_2,1 pkg_add: please use pkg_delete first to remove conflicting package(s) or -f to force installation pkg_add: pkg_add of dependency 'php4-4.3.4_2' failed! is there a way to tweak the Makefile locally to force the PEAR install to use the existing PHP version? everything on my new machine works with the existing PHP setup *but* one site that uses the PEAR classes.