From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 11:29:50 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 5106F16A4CE for ; Mon, 2 Aug 2004 11:29:50 +0000 (GMT) Received: from dbmail-mx9.orcon.net.nz (loadbalancer2.orcon.net.nz [219.88.242.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27D8843D5E for ; Mon, 2 Aug 2004 11:29:49 +0000 (GMT) (envelope-from me@philth.net.nz) Received: from [10.58.2.16] (port-222-152-49-103.fastadsl.net.nz [222.152.49.103])i72BTHd2007181; Mon, 2 Aug 2004 23:29:18 +1200 Message-ID: <410E25A0.9050801@philth.net.nz> Date: Mon, 02 Aug 2004 23:29:36 +1200 From: Philip Murray User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Comrade Burnout References: <410D516C.8070106@comradeburnout.com> In-Reply-To: <410D516C.8070106@comradeburnout.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamd / ClamAV version 0.72, clamav-milter version 0.72 on dbmail-mx9.orcon.net.nz X-Virus-Status: Clean cc: freebsd-questions@freebsd.org Subject: Re: 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: Mon, 02 Aug 2004 11:29:50 -0000 Comrade Burnout wrote: > 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 > PEAR needs a command line PHP binary to be able to run. The mod_php4 package only installs an Apache module and not the commandline PHP binary. Thus PEAR would be unuseable. The upside, is that the php4 package includes the command line binary, an Apache module and the CGI executable. Cheers Philip