From owner-freebsd-questions@FreeBSD.ORG Thu Feb 16 02:57:08 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 6D59F1065676 for ; Thu, 16 Feb 2012 02:57:08 +0000 (UTC) (envelope-from ryanrfrederick@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 33D8A8FC15 for ; Thu, 16 Feb 2012 02:57:08 +0000 (UTC) Received: by iaeo4 with SMTP id o4so2977617iae.13 for ; Wed, 15 Feb 2012 18:57:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=e1wnb2Tj1Cpmi+4Arit6rKdXGZKicsi04XfONFpdef8=; b=SY311XCjkqgNWXF8s2YPUqBfv+kMJrjwa9T+xiGf3Y85h2E94RIBKssTgnycVViBIQ Rs+b6QTELYXZ1dzvJYzTDbixxInrLBiBswXBTOHOl/SDfLhOHy1FS6+CaizslTLxzbp/ +iMHDynXlamoxxhXOA/8e/yf2DU7nMw9ciFfo= Received: by 10.50.161.231 with SMTP id xv7mr858481igb.0.1329361027839; Wed, 15 Feb 2012 18:57:07 -0800 (PST) Received: from [192.168.1.100] ([12.185.254.145]) by mx.google.com with ESMTPS id wn7sm547340igc.0.2012.02.15.18.57.05 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 15 Feb 2012 18:57:07 -0800 (PST) Message-ID: <4F3C707B.1060406@gmail.com> Date: Wed, 15 Feb 2012 20:56:59 -0600 From: Ryan Frederick User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111120 Lightning/1.0b2 Icedove/3.1.16 MIME-Version: 1.0 To: Antonio Olivares References: In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions 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 02:57:08 -0000 You can recompile all ports that depend on pcre so that they'll use the new shared library. You can do so with: # portmaster -r pcre-8.30 Ryan On 02/15/2012 08:42 PM, Antonio Olivares wrote: > Dear folks, > > I updated ports and one failed, gimp-app. I checked /usr/src/UPDATING > and I followed advice there to run > # portmaster -w devel/pcre > > and I did this, and now machine won't get X. How can I bypass this > mistake? I am now hesitant to update the other machines :(, I will > get into problems starting X because of some update of a certain lib. > Any thoughts, ideas or suggestions? > > Regards, > > Antonio > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"