From owner-freebsd-questions@FreeBSD.ORG Wed Jan 26 23:38:20 2005 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 A442016A4CE for ; Wed, 26 Jan 2005 23:38:20 +0000 (GMT) Received: from complex.heavybit.com (complex.heavybit.com [216.127.86.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4739B43D48 for ; Wed, 26 Jan 2005 23:38:20 +0000 (GMT) (envelope-from ken@rosewoodblues.com) Received: from [10.0.1.2] (c-24-98-140-190.atl.client2.attbi.com [24.98.140.190]) (authenticated) by complex.heavybit.com (8.11.6/8.11.6) with ESMTP id j0QNcJm27819 for ; Wed, 26 Jan 2005 15:38:19 -0800 Mime-Version: 1.0 (Apple Message framework v619.2) Content-Transfer-Encoding: 7bit Message-Id: <6c98604ad427d060b0fb3245125df993@rosewoodblues.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Ken Hawkins Date: Wed, 26 Jan 2005 18:38:06 -0500 X-Mailer: Apple Mail (2.619.2) Subject: removing php4 in order to install 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: Wed, 26 Jan 2005 23:38:20 -0000 I installed apache13 mod_php4, php4-extensions and mysql323-server/client. then I noticed that phpbb was part of the ports and I need it so hey let's do it! I 'make install' and BANG: ===> Installing for phpbb-2.0.10 ===> phpbb-2.0.10 depends on file: /usr/local/share/pear/System.php - not found ===> Verifying install for /usr/local/share/pear/System.php in /usr/ports/devel/pear-PEAR ===> pear-PEAR-1.3.1 depends on file: /usr/local/share/pear/Archive/Tar.php - not found ===> Verifying install for /usr/local/share/pear/Archive/Tar.php in /usr/ports/archivers/pear-Archive_Tar ===> Installing for pear-Archive_Tar-1.2 ===> pear-Archive_Tar-1.2 depends on executable: pear - not found ===> Verifying install for pear in /usr/ports/devel/php5-pear This port requires the CLI or the CGI version of PHP, but you have already installed a conflicting PHP port without them. *** Error code 1 Stop in /usr/ports/devel/php5-pear. *** Error code 1 Stop in /usr/ports/archivers/pear-Archive_Tar. *** Error code 1 Stop in /usr/ports/devel/pear-PEAR. *** Error code 1 Stop in /usr/ports/www/phpbb. php5-pear problem so i deinstalled all 'php' packages and tried again. however i still get: ===> Verifying install for pear in /usr/ports/devel/php5-pear This port requires the CLI or the CGI version of PHP, but you have already installed a conflicting PHP port without them. *** Error code 1 when type 'make install' in devel/php5-pear. how can I rip out php4 and get an install of php5-pear on the machine? there has to be an easy way to do this. thanks in advance, ken;