From owner-freebsd-questions Mon Jan 13 2:23:58 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 205DF37B401 for ; Mon, 13 Jan 2003 02:23:57 -0800 (PST) Received: from gicco.homeip.net (dclient80-218-75-162.hispeed.ch [80.218.75.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00D4543ED8 for ; Mon, 13 Jan 2003 02:23:56 -0800 (PST) (envelope-from hampi@rootshell.be) Received: from localhost.here (idefix@gicco.homeip.net [127.0.0.1]) by gicco.homeip.net (8.12.6/8.12.6) with ESMTP id h0DANsOU003586 for ; Mon, 13 Jan 2003 11:23:54 +0100 (CET) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by localhost.here (8.12.6/8.12.6/Submit) id h0DANroI003585 for freebsd-questions@FreeBSD.ORG; Mon, 13 Jan 2003 11:23:53 +0100 (CET) X-Authentication-Warning: localhost.here: idefix set sender to hampi@rootshell.be using -f Date: Mon, 13 Jan 2003 11:23:53 +0100 From: Hanspeter Roth To: freebsd-questions@FreeBSD.ORG Subject: Re: linked twice against libintl.so Message-ID: <20030113102353.GA3538@gicco.homeip.net> Reply-To: freebsd-questions@FreeBSD.ORG Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20030112221129.GA11959@gicco.homeip.net> <20030112234650.GC95625@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030112234650.GC95625@dan.emsphone.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Jan 12 at 17:46, Dan Nelson spoke: > You definitely don't want to do this. Shared libraries get version > bumps when the APIs change, so all you would do is coredump. Is gettext's application programming interface changing so often? (Without staying compatible.) > Run "ldd -a" on your electriceyes binary instead of "ldd". This will My ldd doesn't have -a. I have 4.7-RELEASE-p3. So I've created a script. > print out which libs pull in which libs. Then upgrade whatever port > provided the lib that depends on libintl.so.2. /usr/X11R6/lib/libgnomeui.so.5 also is linked against libintl.so.2. libgnomeui belongs to the package gnomelibs. I'll upgrade this later. Thank you. -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message