From owner-freebsd-questions@FreeBSD.ORG Wed Jun 16 16:40:54 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 04E3E106568F for ; Wed, 16 Jun 2010 16:40:54 +0000 (UTC) (envelope-from jhelfman@e-e.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [64.156.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id E0D148FC2D for ; Wed, 16 Jun 2010 16:40:53 +0000 (UTC) Received: from eggman.experts-exchange.com (unknown [72.29.180.81]) by mail.experts-exchange.com (Postfix) with ESMTP id 144274A2E6A0; Wed, 16 Jun 2010 09:31:56 -0700 (PDT) Received: by eggman.experts-exchange.com (sSMTP sendmail emulation); Wed, 16 Jun 2010 09:38:40 -0700 Date: Wed, 16 Jun 2010 09:38:40 -0700 From: Jason To: "Alexandre L." Message-ID: <20100616163836.GB90182@eggman.experts-exchange.com> References: <700308.91590.qm@web24804.mail.ird.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <700308.91590.qm@web24804.mail.ird.yahoo.com> X-Operating-System: FreeBSD 7.3-RELEASE-p1 X-Living-The-Dream: I love the SLO Life! User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "C. P. Ghost" , freebsd-questions@freebsd.org, Scott Schappell 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 16:40:54 -0000 On Wed, Jun 16, 2010 at 01:11:50PM +0000, Alexandre L. thus spake: >I have encountered the same problem. On FreeBSD forums, I have found the solution : >http://forums.freebsd.org/showthread.php?t=14655 >You have to symlink /usr/local/lib/libintl.so.8 to /usr/local/lib/libintl.so.9 symlinking is really not the way to go. man libmap.conf > >--- En date de : Mer 16.6.10, C. P. Ghost a écrit : > >> De: C. P. Ghost >> Objet: Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found >> À: "Scott Schappell" >> Cc: freebsd-questions@freebsd.org >> Date: Mercredi 16 juin 2010, 12h52 >> 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/ >> _______________________________________________ >> 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"