From owner-freebsd-questions@FreeBSD.ORG Wed Jun 16 13:33:52 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 77C8F1065677 for ; Wed, 16 Jun 2010 13:33:52 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 48C888FC24 for ; Wed, 16 Jun 2010 13:33:51 +0000 (UTC) Received: by iwn7 with SMTP id 7so7885507iwn.13 for ; Wed, 16 Jun 2010 06:33:51 -0700 (PDT) Received: by 10.231.194.223 with SMTP id dz31mr8836011ibb.87.1276695231525; Wed, 16 Jun 2010 06:33:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.148.201 with HTTP; Wed, 16 Jun 2010 06:33:29 -0700 (PDT) In-Reply-To: <700308.91590.qm@web24804.mail.ird.yahoo.com> References: <700308.91590.qm@web24804.mail.ird.yahoo.com> From: Eitan Adler Date: Wed, 16 Jun 2010 16:33:29 +0300 Message-ID: To: "Alexandre L." Content-Type: text/plain; charset=UTF-8 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 13:33:52 -0000 On Wed, Jun 16, 2010 at 4:11 PM, Alexandre L. wrote: > 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 This is a bad idea. Instead use /etc/libmap.conf or just recompile the ports. -- Eitan Adler