From owner-freebsd-questions@FreeBSD.ORG Sat May 16 09:58:22 2009 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 E22B5106564A for ; Sat, 16 May 2009 09:58:22 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id B021B8FC14 for ; Sat, 16 May 2009 09:58:22 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 535F57E837; Sat, 16 May 2009 01:58:21 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Sat, 16 May 2009 11:58:18 +0200 User-Agent: KMail/1.11.3 (FreeBSD/8.0-CURRENT; KDE/4.2.3; i386; ; ) References: <4A0C27A1.2020108@fxclub.org> <4A0D292D.4030508@fxclub.org> <200905150913.n4F9Df44073235@asarian-host.net> In-Reply-To: <200905150913.n4F9Df44073235@asarian-host.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905161158.18317.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Subject: Re: 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: Sat, 16 May 2009 09:58:23 -0000 On Friday 15 May 2009 11:13:41 Mark wrote: > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Gorbatovsky > Dmitry Sent: vrijdag 15 mei 2009 11:04 > To: freebsd-questions@freebsd.org > Subject: Re: php5 pcre > > > When I run make config I see selected PCRE and SPL extensions and > > other default the extensions. But I rebuilding all modules, > > restarting apache and see same error: > > > > [15-May-2009 12:38:00] PHP Warning: PHP Startup: Unable to load dynamic > > library '/usr/local/lib/php/20060613/pcre.so' - > > /usr/local/lib/php/20060613/pcre.so: > > Undefined symbol "php_pcre_free" in Unknown on line 0 > > I thought I was the only one this had happened to. :) In my case I > resolved it by going into the pcre directory itself and build it from > there. That don't make sense. Any chance you had BUNDLED_PCRE selected and decided to untick it in the config dialog? If this really is all you did, then maybe extension ordering is the culprit. Move pcre.so in extension.ini upwards and see if the bug resurfaces. -- Mel