From owner-freebsd-questions Sun Jan 12 14:11:35 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 77A3E37B401 for ; Sun, 12 Jan 2003 14:11:34 -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 A5A1743F13 for ; Sun, 12 Jan 2003 14:11:32 -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 h0CMBTXF012032 for ; Sun, 12 Jan 2003 23:11:30 +0100 (CET) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by localhost.here (8.12.6/8.12.6/Submit) id h0CMBT8D012031 for freebsd-questions@freebsd.org; Sun, 12 Jan 2003 23:11:29 +0100 (CET) X-Authentication-Warning: localhost.here: idefix set sender to hampi@rootshell.be using -f Date: Sun, 12 Jan 2003 23:11:29 +0100 From: Hanspeter Roth To: freebsd-questions@freebsd.org Subject: linked twice against libintl.so Message-ID: <20030112221129.GA11959@gicco.homeip.net> Reply-To: freebsd-questions@freebsd.org Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 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? I found also two versions of libintl.so in /usr/local/lib/compat/pkg: lrwxr-xr-x 1 root wheel 10 Dec 16 00:16 libintl.so.1 -> libintl.so lrwxr-xr-x 1 root wheel 10 Jan 8 01:03 libintl.so.2 -> libintl.so Do they matter? How have they come here? -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message