From owner-freebsd-ports@FreeBSD.ORG Fri Oct 3 03:42:18 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4911316A4B3 for ; Fri, 3 Oct 2003 03:42:18 -0700 (PDT) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27B2A43FDF for ; Fri, 3 Oct 2003 03:42:17 -0700 (PDT) (envelope-from rehsack@liwing.de) Received: (qmail 39117 invoked from network); 3 Oct 2003 10:42:15 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 3 Oct 2003 10:42:15 -0000 Message-ID: <3F7D5287.9080809@liwing.de> Date: Fri, 03 Oct 2003 10:42:15 +0000 From: Jens Rehsack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030928 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Clint Olsen References: <20031003103212.9E9AC94B@0lsen.net> In-Reply-To: <20031003103212.9E9AC94B@0lsen.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Ports Subject: Re: fixing shared lib paths X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2003 10:42:18 -0000 Clint Olsen wrote: >>Try upgrading devel/gettext first :-) >>Maybe a pkgdb -F from sysutils/portupgrade helps you, too. > > > Well, I did replace gettext, and it installed a libintl.so.5 in > /usr/local/lib. The problem (I think) is that ldconfig needs > to be rerun, but I can't seem to make it do the "right thing". This > should be doable without a reboot... Argh. I updated my ports without having to reboot. Don't know what's wrong with your machine. Usually ldconfig is run when a library is installed/updated. Did you prove your installed ports consistency using 'pkgdb -F'? Did you maked all ports clean before you try to update them? Did you forgot to cc ports@? Jens