From owner-freebsd-questions@FreeBSD.ORG Fri Oct 29 21:05:46 2010 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 49F93106564A for ; Fri, 29 Oct 2010 21:05:46 +0000 (UTC) (envelope-from wodfer@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id F35308FC17 for ; Fri, 29 Oct 2010 21:05:45 +0000 (UTC) Received: by yxl31 with SMTP id 31so2421054yxl.13 for ; Fri, 29 Oct 2010 14:05:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=Kh0CLmRcPQMd105L50b8XxrLFHXBf/7IabSwJRlyijs=; b=fGb+C5JuyYGLXPzcP+8bJFMF+C6ihGp4nCcVAeZgaTJWz71uXAm4Gmo4/RP0O6Suox 3NJWssUS9AXdO5dcL7op/RbD9voIm8/zIQxUS0C40amNZfQiacBMpBFoMCBaQxbK1BpV HVMWC8jKU5UB+UpzHflUhT9KTwLejJgrWowmM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=pRAVhi2/BpM5luraDbBZmryf7yxiFft8QV7Numcq9Nu5Gk2YyndN3aJEbl78DArVIA noE7NcFIAYIaDhOVnFDn1f4bFNo+6+TkxJGXapeuOLmIjBSjqIK75vdeqY2Nr/LfeKKe Tp5k6/DU6Tt9infggVuDJvBL+E/VRDmH2fmuI= MIME-Version: 1.0 Received: by 10.90.40.18 with SMTP id n18mr4958936agn.12.1288386344938; Fri, 29 Oct 2010 14:05:44 -0700 (PDT) Received: by 10.90.34.2 with HTTP; Fri, 29 Oct 2010 14:05:44 -0700 (PDT) In-Reply-To: <4CCB0FCE.3000807@frozen-zone.org> References: <4CCB0FCE.3000807@frozen-zone.org> Date: Fri, 29 Oct 2010 23:05:44 +0200 Message-ID: From: Andy Wodfer To: Armin Pirkovitsch Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions Subject: Re: Undefined symbol "php_pcre_exec" 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, 29 Oct 2010 21:05:46 -0000 On Fri, Oct 29, 2010 at 8:17 PM, Armin Pirkovitsch wrote: > I'd try > `pkg_info -W /usr/local/lib/php/20090626/filter.so` > to determine which port is responsible for that file - however it sounds > imho quiet old. (I'd say it comes from security/php5-filter) > > My guess would be that it is a leftover from some older not properly > removed library/program which now causes problems. You were right!!! Thanks a lot!!! I had version 5.3.2 on my system and the latest version in my ports was 5.3.3. An upgrade too care of the problem. Now I'm heading forward to fight new problems (or challenges if you like)! ;-) Thanks again and best regards, Andy