From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 01:36: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 7046516A417 for ; Wed, 3 Oct 2007 01:36:34 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id 1164713C45D for ; Wed, 3 Oct 2007 01:36:33 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by ug-out-1314.google.com with SMTP id a2so43769ugf for ; Tue, 02 Oct 2007 18:36:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=yH+d0l5CkKDlhGgWGWLAXo9VSdukLcGp1zuAMgsfOW8=; b=qvD3miXc2BBJV4qScWd7ZB9LKOibCzrxKsWAtT50egXq+jYFKW/mJAavL98R8GJKHEhBj7sj8mFhBbE9Qi6plYamoqFZVWmmskeWnqQtfFysmbBYiKIWEAlaraZq3H7tYJuR9yGK4uMlr/Xih55vOQRAv5Q8U1sIpkorNuTwni8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=NN802cnQm0db4z9vB/BUFZKh2YEoVxK1fzEK5hYkth9FETm4xrkibRtwREdGQdKHNsU/+xriQtPjeC+ifQA+xDdsz5/cogR1Bzxc92NJZJIv1AzlJ2Et7DHphGuoicitgHJJ2IP7rdzA75cibWtJ+CW0btjiiA5ujq3SFqxRhrQ= Received: by 10.67.24.18 with SMTP id b18mr1857643ugj.1191375392604; Tue, 02 Oct 2007 18:36:32 -0700 (PDT) Received: by 10.67.117.2 with HTTP; Tue, 2 Oct 2007 18:36:32 -0700 (PDT) Message-ID: <340a29540710021836g759301f9rb9fd085dccb53e64@mail.gmail.com> Date: Tue, 2 Oct 2007 19:36:32 -0600 From: "Andrew Falanga" To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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 01:36:34 -0000 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? Andy