From owner-freebsd-questions@FreeBSD.ORG Wed Jun 16 12:52:17 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 496721065672 for ; Wed, 16 Jun 2010 12:52:17 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id D647B8FC23 for ; Wed, 16 Jun 2010 12:52:16 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 25so770855eya.9 for ; Wed, 16 Jun 2010 05:52:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.113.193 with SMTP id b1mr1567906ebq.13.1276692735305; Wed, 16 Jun 2010 05:52:15 -0700 (PDT) Received: by 10.213.12.199 with HTTP; Wed, 16 Jun 2010 05:52:15 -0700 (PDT) X-Originating-IP: [93.203.38.83] In-Reply-To: <052BBF0D-3C07-4CD7-BEF6-58A76AEBFE08@silvertree.org> References: <72D8AD5D-7BE8-45F7-9C61-097D3CABFB67@silvertree.org> <052BBF0D-3C07-4CD7-BEF6-58A76AEBFE08@silvertree.org> Date: Wed, 16 Jun 2010 14:52:15 +0200 Message-ID: From: "C. P. Ghost" To: Scott Schappell Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: 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: Wed, 16 Jun 2010 12:52:17 -0000 On Wed, Jun 16, 2010 at 12:41 AM, Scott Schappell wrote: > 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? That's not the best solution. If you copy libintl.so.8 to compat/pkg, that's okay. If you leave it in /usr/local/lib, some ports may pick it up by mistake and you'll end up with a mix of ports that link to libintl.so.8 and libintl.so.9. -cpghost. -- Cordula's Web. http://www.cordula.ws/