From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 02:13:34 2007 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 8480916A417 for ; Wed, 3 Oct 2007 02:13:34 +0000 (UTC) (envelope-from fbsd06+O5=ed7aedab@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 661F713C45A for ; Wed, 3 Oct 2007 02:13:34 +0000 (UTC) (envelope-from fbsd06+O5=ed7aedab@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by turtle-in.mxes.net (Postfix) with ESMTP id A01CB10540 for ; Tue, 2 Oct 2007 21:43:13 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 3BE5551910 for ; Tue, 2 Oct 2007 21:43:12 -0400 (EDT) Date: Wed, 3 Oct 2007 02:43:09 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071003024309.405c07b1@gumby.homeunix.com.> In-Reply-To: <340a29540710021836g759301f9rb9fd085dccb53e64@mail.gmail.com> References: <340a29540710021836g759301f9rb9fd085dccb53e64@mail.gmail.com> X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Where do I find the PERL compatible functions for 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: Wed, 03 Oct 2007 02:13:34 -0000 On Tue, 2 Oct 2007 19:36:32 -0600 "Andrew Falanga" wrote: > Hi, > > Installed PHP 5 using the ports collection in preparation for > installing phpWebSite (a CMS system). When trying to run the setup > program (an index.php) file on the server I get, "*Fatal error*: Call > to undefined function preg_match() in * > /usr/local/www/apache22/data/phpwebsite_1_3_1/setup/index.php* on > line *136" *. I've found from the php.net web site that this is the > PERL compatible regular expression stuff. Since it's not there, how > would I get it? > cd /usr/ports && make search name=pcre