From owner-freebsd-questions@FreeBSD.ORG Thu Feb 16 15:08:56 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 73B061065672 for ; Thu, 16 Feb 2012 15:08:56 +0000 (UTC) (envelope-from olivares14031@gmail.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 013458FC1E for ; Thu, 16 Feb 2012 15:08:55 +0000 (UTC) Received: by wgbdq11 with SMTP id dq11so1993753wgb.31 for ; Thu, 16 Feb 2012 07:08:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1ezQK3ey9/Y52hKpODeWhyHy8iIMvuIZX6Vi6aKYVZY=; b=YCskCbkcSaYcrqfztNkrC8yF+gkr4oC5/tm3lQpk6D2K3aZ0p0Y6FXxDxXRtNtVc5m z/kvsrxv5CC9ZkhLCsR9GJzSUTMHK9r2rWEdGfjXaN7BgMtYvf0kKCOd60eRZmFX+Sov v2ykj9XyXx9ns/5PKa8Oy9Imop3EpjZewcGlE= MIME-Version: 1.0 Received: by 10.50.179.6 with SMTP id dc6mr3394476igc.15.1329404934114; Thu, 16 Feb 2012 07:08:54 -0800 (PST) Received: by 10.50.222.227 with HTTP; Thu, 16 Feb 2012 07:08:54 -0800 (PST) In-Reply-To: <4F3D1049.2070006@gmail.com> References: <201202160333.q1G3XHc3043810@mail.r-bonomi.com> <4F3D1049.2070006@gmail.com> Date: Thu, 16 Feb 2012 09:08:54 -0600 Message-ID: From: Antonio Olivares To: Ryan Frederick Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org 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: Thu, 16 Feb 2012 15:08:56 -0000 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. > > Ryan > 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. Then if successfull hopefully, I will report back. Thanks for your help & guidance. Regards, Antonio