From owner-freebsd-current@FreeBSD.ORG Thu May 14 14:41:51 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C844106566B for ; Thu, 14 May 2009 14:41:51 +0000 (UTC) (envelope-from gdn@fxclub.org) Received: from mx.fxclub.org (mx.fxclub.org [67.227.142.223]) by mx1.freebsd.org (Postfix) with ESMTP id F17B48FC25 for ; Thu, 14 May 2009 14:41:50 +0000 (UTC) (envelope-from gdn@fxclub.org) Received: from mail.fxclub.org ([78.129.247.130]) by mx.fxclub.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M4bjF-000FWs-7Y for freebsd-current@freebsd.org; Thu, 14 May 2009 14:16:11 +0000 Received: from fw-office.fxclub.org ([194.87.53.162] helo=[172.16.1.198]) by mail.fxclub.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1M4bjE-000Fqy-1H for freebsd-current@freebsd.org; Thu, 14 May 2009 14:16:08 +0000 Message-ID: <4A0C27A1.2020108@fxclub.org> Date: Thu, 14 May 2009 18:16:01 +0400 From: gdn User-Agent: Thunderbird 2.0.0.21 (X11/20090408) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona-2.3 Subject: php5 pcre X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2009 14:41:51 -0000 Hi all! I'm using on CURRENT apache22 with php5. When I install php5-extensions, all packages make fine. But module "pcre" not work. -------------------------------------------------------------------------- >php -m [PHP Modules] bz2 date libxml mbstring mysql pdf pdo_dblib Reflection session SimpleXML standard xml xmlrpc zip zlib [Zend Modules] --------------------------------------------------------------------------------- Log file of php: ---------------------------------------------------------------------------------- [14-May-2009 18:04:50] PHP Warning: PHP Startup: Unable to load dynamic librar y '/usr/local/lib/php/20060613/pcre.so' - /usr/local/lib/php/20060613/pcre.so: Undefined symbol "php_pcre_free" in Unknown on line 0 [14-May-2009 18:04:50] PHP Warning: Cannot load module 'PDO' because required module 'spl' is not loaded in Unknown on line 0 ----------------------------------------------------------------------------------- Haw fix this problem? Thanks, Dmitry.