From owner-freebsd-questions Sun Jan 12 15:46:55 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 639AF37B401 for ; Sun, 12 Jan 2003 15:46:54 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id C044D43F13 for ; Sun, 12 Jan 2003 15:46:53 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.6/8.12.6) id h0CNkojb026669 for freebsd-questions@FreeBSD.ORG; Sun, 12 Jan 2003 17:46:50 -0600 (CST) (envelope-from dan) Date: Sun, 12 Jan 2003 17:46:50 -0600 From: Dan Nelson To: freebsd-questions@FreeBSD.ORG Subject: Re: linked twice against libintl.so Message-ID: <20030112234650.GC95625@dan.emsphone.com> References: <20030112221129.GA11959@gicco.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030112221129.GA11959@gicco.homeip.net> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.3i 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 In the last episode (Jan 12), Hanspeter Roth said: > Hello, > > I'm trying to build the ElectricEyes port. The executable is linked > against two versions of libintl.so: > > libintl.so.4 => /usr/local/lib/libintl.so.4 (0x284c2000) > libintl.so.2 => not found (0x0) > > Gettext is 0.11.5_1. > Is there a solution except of creating a link? You definitely don't want to do this. Shared libraries get version bumps when the APIs change, so all you would do is coredump. Run "ldd -a" on your electriceyes binary instead of "ldd". This will print out which libs pull in which libs. Then upgrade whatever port provided the lib that depends on libintl.so.2. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message