From owner-freebsd-questions@FreeBSD.ORG Tue Jun 15 22:41:11 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 48D101065678 for ; Tue, 15 Jun 2010 22:41:11 +0000 (UTC) (envelope-from archon@silvertree.org) Received: from mail.silvertree.org (arthur.silvertree.org [173.11.101.153]) by mx1.freebsd.org (Postfix) with SMTP id 112828FC16 for ; Tue, 15 Jun 2010 22:41:10 +0000 (UTC) Received: (qmail 82701 invoked from network); 15 Jun 2010 15:41:10 -0700 Received: from merlin.wifi.wlan.silvertree.org (HELO ?192.168.0.5?) (192.168.0.5) by mail.silvertree.org with SMTP; 15 Jun 2010 15:41:10 -0700 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1078) From: Scott Schappell In-Reply-To: <72D8AD5D-7BE8-45F7-9C61-097D3CABFB67@silvertree.org> Date: Tue, 15 Jun 2010 15:41:10 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <052BBF0D-3C07-4CD7-BEF6-58A76AEBFE08@silvertree.org> References: <72D8AD5D-7BE8-45F7-9C61-097D3CABFB67@silvertree.org> To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.1078) Subject: RESOLVED: Problem upgrading ports - libintl.so.8 not found 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: Tue, 15 Jun 2010 22:41:11 -0000 On Jun 15, 2010, at 3:26 PM, Scott Schappell wrote: > I'm trying to upgrade ports and they keep choking. In particular gpg = is one of them: >=20 > echo '#!/bin/sh' >./gpg_dearmor > echo "../../g10/gpg2 --no-options --no-greeting \ > --no-secmem-warning --batch --dearmor" >>./gpg_dearmor > chmod 755 ./gpg_dearmor > ./gpg_dearmor > ./pubring.gpg < ./pubring.asc > /libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required = by "libgcrypt.so.16" > gmake[3]: *** [pubring.gpg] Error 1 > gmake[3]: Leaving directory = `/usr/ports/security/gnupg/work/gnupg-2.0.14/tests/openpgp' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory = `/usr/ports/security/gnupg/work/gnupg-2.0.14/tests' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory = `/usr/ports/security/gnupg/work/gnupg-2.0.14' > gmake: *** [all] Error 2 > *** Error code 1 >=20 > Stop in /usr/ports/security/gnupg. > *** Error code 1 >=20 > Stop in /usr/ports/security/gnupg. >=20 > Another one this happened to was ghostscript8-nox11 >=20 > What do I need to do to fix this problem? >=20 > Thanks! After digging through /usr/ports/UPDATING, I copied all .so.8 and .so.16 = libraries to /usr/local/lib and /usr/local/lib/compat/pkg and those = ports are now compiling. I'm assuming that's the approved solution until = ports are updated? My apologies for bugging the list, I missed that info the first time I = read through UPDATING. At least now this will be archived if someone else has the problem, I = suppose. Scott=