From owner-freebsd-questions@FreeBSD.ORG Wed Jun 16 17:09:27 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 194A11065678 for ; Wed, 16 Jun 2010 17:09:27 +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 D37858FC2D for ; Wed, 16 Jun 2010 17:09:26 +0000 (UTC) Received: (qmail 11780 invoked from network); 16 Jun 2010 10:09:26 -0700 Received: from webn1.ofoto.com (HELO ?192.168.62.44?) (66.128.224.196) by mail.silvertree.org with SMTP; 16 Jun 2010 10:09:26 -0700 Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii From: Scott Schappell In-Reply-To: Date: Wed, 16 Jun 2010 10:09:25 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <157B14FD-3E28-422D-AF13-413116DD44F3@silvertree.org> References: <700308.91590.qm@web24804.mail.ird.yahoo.com> To: Eitan Adler X-Mailer: Apple Mail (2.1078) Cc: "C. P. Ghost" , freebsd-questions@freebsd.org, "Alexandre L." 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 17:09:27 -0000 I found a more elegant way of doing this, thanks to google on my 7.3 = system. I added: ldconfig_paths=3D"/usr/lib/compat /usr/X11R6/lib /usr/local/lib = /usr/local/lib/compat/pkg" to rc.conf and rebooted (I couldn't shutdown to single user then exit as = I don't have physical access at the moment). Scott=