From owner-freebsd-questions@FreeBSD.ORG Sun Nov 6 08:54:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5A18616A41F for ; Sun, 6 Nov 2005 08:54:03 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0CCD43D48 for ; Sun, 6 Nov 2005 08:54:00 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id iA68sDkE084108; Sat, 6 Nov 2004 02:54:14 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <436DC496.8060404@daleco.biz> Date: Sun, 06 Nov 2005 02:53:42 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051026 X-Accept-Language: en-us, en MIME-Version: 1.0 To: mike@ascendency.net References: <024401c5e28b$ba11fe00$0401a8c0@Mike8500> In-Reply-To: <024401c5e28b$ba11fe00$0401a8c0@Mike8500> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Problems with php-4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2005 08:54:03 -0000 Mike Loiterman wrote: >Just finished upgrading to 6, so I rebuilt all my ports to use the new >libraries with portupgrade. All built fine except for two: > >** Listing the failed packages (*:skipped / !:failed) > ! devel/pear-PEAR (pear-PEAR-1.3.5_1) (unknown build error) > * databases/pear-DB (pear-DB-1.7.6,1) > ---> Packages processed: 171 done, 0 ignored, 1 skipped and 1 failed > >php4-DB depends on PEAR, so I fix PEAR, and I fix the other one...I hope. > >Anyway, when I try to rebuild php4-PEAR this is the error I get: > >===> Verifying install for pear in /usr/ports/devel/php4-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/php4-pear. > *** Error code 1 > > Stop in /usr/ports/archivers/pear-Archive_Tar. > *** Error code 1 > >I have mod_php4 installed which is incomptaible with php4-cli / >pgp4-cgi...so how can I get around this? > > I'd install lang/php4, get the CLI, CGI and SAPI module (mod_php) and probably be done with it, then. HTH, Kevin Kinsey