From owner-freebsd-questions@FreeBSD.ORG Thu Jan 13 13:07:48 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39B9C106566C for ; Thu, 13 Jan 2011 13:07:48 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id B09BB8FC13 for ; Thu, 13 Jan 2011 13:07:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id p0DD7hBB059999; Fri, 14 Jan 2011 00:07:44 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Fri, 14 Jan 2011 00:07:43 +1100 (EST) From: Ian Smith To: Paul Macdonald In-Reply-To: <20110113120031.C62C6106577F@hub.freebsd.org> Message-ID: <20110113234827.W81103@sola.nimnet.asn.au> References: <20110113120031.C62C6106577F@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Gary Kline , freebsd-questions@freebsd.org Subject: Re: Which php?? 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: Thu, 13 Jan 2011 13:07:48 -0000 In freebsd-questions Digest, Vol 345, Issue 7, Message: 11 On Thu, 13 Jan 2011 11:13:02 +0000 Paul Macdonald wrote: > On 13/01/2011 00:18, Gary Kline wrote: > > autoconf: required version 2.68 not found > some stuff here to try for autoconf issues > > http://forums.freebsd.org/showthread.php?t=20284 > > Alternatively you might want to try installing prebuillt packages > instead of building ports, a lot less hassle. > > pkg_delete php5* > > > pkg_add -r php5 > pkg_add -r php5-extensions > > (I'm not sure what extensions the package has, but i'd be surprised if > it didn't include mysql) You'd also be surprised if the php5 package didn't include the Apache module, right? That's why lots of people installed PHP in the first place, no? Lots of people have been thus surprised, for years now. Seeing Gary already has the module built, he could save it, remove then install the package and replace the module IF php was otherwise built with the same options, but the only way to get the module is build it. In the almost singular case of php, I'd stick with building the port(s). cheers, Ian