From owner-freebsd-questions@FreeBSD.ORG Fri Feb 17 12:19:46 2012 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 83EE41065670 for ; Fri, 17 Feb 2012 12:19:46 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 129378FC1A for ; Fri, 17 Feb 2012 12:19:45 +0000 (UTC) Received: by wgbdq11 with SMTP id dq11so2671851wgb.31 for ; Fri, 17 Feb 2012 04:19:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=X0P4VT7SyKl4dVfd07jdM9KLL1SoexI+Gil6gQKLj70=; b=nuBgGaDSPlwr7vlVWxkXj5uSgsqxL89cH4FFyZXUgtJW7oPHckZhbu1zzkfMO7EBGK Do6Z5yF+iCluTv8Y67lTaEm8onmvwcsENACfv6qVNHY2MrZ2TLdAuGEPhCRryTgUP9Iy tRnWV4kuz07qV7uotaELfnOipgjfMid/Ngmgw= Received: by 10.180.107.2 with SMTP id gy2mr3337328wib.12.1329481184953; Fri, 17 Feb 2012 04:19:44 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPS id da8sm7199969wib.6.2012.02.17.04.19.43 (version=SSLv3 cipher=OTHER); Fri, 17 Feb 2012 04:19:44 -0800 (PST) Date: Fri, 17 Feb 2012 12:19:41 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20120217121941.006d4545@gumby.homeunix.com> In-Reply-To: References: <201202160333.q1G3XHc3043810@mail.r-bonomi.com> <4F3D1049.2070006@gmail.com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: /lib/exec/ld-elf.so.1: Shared object "libpcre.so.0" not found, required by "libxfsm-4.6.so.0" amd64 FreeBSD 8.2 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, 17 Feb 2012 12:19:46 -0000 On Thu, 16 Feb 2012 09:08:54 -0600 Antonio Olivares wrote: > On Thu, Feb 16, 2012 at 8:18 AM, Ryan Frederick > wrote: > > It looks like others have run into this problem with avahi-app as > > well: > > > > http://lists.freebsd.org/pipermail/freebsd-ports/2011-July/068658.html > > > > A cursory search shows that uninstalling avahi-app then > > reinstalling should take care of the compilation failure. Afterward > > you should be able to run portmaster as shown in the error message > > (minus 'net/avahi-app') to finish recompiling the ports that depend > > on pcre. > > Thanks Ryan when I get home tonight, I will remove avahi-app and > reinstall it and then recompile all the ports that depend on pcre. I ran into this problem yesterday and removing avahi-ap didn't fix it for me. In the end I identified some orphaned libraries under /usr/local/ and deleting those fixed the problem.