From owner-freebsd-questions@FreeBSD.ORG Fri Dec 12 09:08:08 2008 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 1CB33106564A for ; Fri, 12 Dec 2008 09:08:08 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from pih-relay05.plus.net (pih-relay05.plus.net [212.159.14.18]) by mx1.freebsd.org (Postfix) with ESMTP id D01958FC16 for ; Fri, 12 Dec 2008 09:08:07 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from [84.92.153.232] (helo=curlew.milibyte.co.uk) by pih-relay05.plus.net with esmtp (Exim) id 1LB40B-0000aA-NH; Fri, 12 Dec 2008 09:08:04 +0000 Received: by curlew.milibyte.co.uk with local (Exim 4.69) (envelope-from ) id 1LB40B-0000mD-9H; Fri, 12 Dec 2008 09:08:03 +0000 From: Mike Clarke To: freebsd-questions@freebsd.org Date: Fri, 12 Dec 2008 09:08:02 +0000 User-Agent: KMail/1.9.10 References: <4941C15C.5040801@networktest.com> In-Reply-To: <4941C15C.5040801@networktest.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812120908.03153.jmc-freebsd2@milibyte.co.uk> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-SA-Exim-Scanned: No (on curlew.milibyte.co.uk); SAEximRunCond expanded to false X-Plusnet-Relay: 6209423c2ea45c6e9607f699ca316158 Cc: David Newman Subject: Re: updating php5-pcre 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: Fri, 12 Dec 2008 09:08:08 -0000 On Friday 12 December 2008, David Newman wrote: > 7.0-RELEASE-p6 / i386 > > Using portmaster to update the php5-pcre port returns this error: > > Cannot find config.m4. > Make sure that you run '/usr/local/bin/phpize' in the top level > source directory of the module > > I'm not a php guru. Where is the top-level source directory for this > module? Or is there some other remedy for this error? See /usr/ports/UPDATING: "20081207: AFFECTS: users of lang/php5 AUTHOR: pav@FreeBSD.org As of php 5.2.7, pcre extension is distributed with the core php5 package, and not as a standalone module anymore." -- Mike Clarke