From owner-freebsd-stable@FreeBSD.ORG Sat Mar 6 07:28:16 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 507AE16A4CE for ; Sat, 6 Mar 2004 07:28:16 -0800 (PST) Received: from hexagon.stack.nl (hexagon.stack.nl [131.155.140.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id C779243D45 for ; Sat, 6 Mar 2004 07:28:15 -0800 (PST) (envelope-from marcolz@stack.nl) Received: from hammer.stack.nl (hammer.stack.nl [IPv6:2001:610:1108:5010::153]) by hexagon.stack.nl (Postfix) with ESMTP id 4049EE0E#A0C2F5221; Sat, 6 Mar 2004 16:28:14 +0100 (CET) Received: by hammer.stack.nl (Postfix, from userid 333) id C85B26160; Sat, 6 Mar 2004 16:28:14 +0100 (CET) Date: Sat, 6 Mar 2004 16:28:14 +0100 From: Marc Olzheim To: eqe-support@cox.net Message-ID: <20040306152814.GA66741@stack.nl> References: <20040306075512.QZCP29592.lakemtao03.cox.net@smtp.east.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040306075512.QZCP29592.lakemtao03.cox.net@smtp.east.cox.net> X-Operating-System: FreeBSD hammer.stack.nl 5.2-CURRENT FreeBSD 5.2-CURRENT X-URL: http://www.stack.nl/~marcolz/ User-Agent: Mutt/1.5.6i cc: freebsd-stable@freebsd.org Subject: Re: can't compile much X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2004 15:28:16 -0000 On Sat, Mar 06, 2004 at 02:55:14AM -0500, eqe-support@cox.net wrote: > I tryed compiling a few things like gnome2 and imlib.5 and keep geting the same message: > > /libexec/ld-elf.so.1:shared object "libintl.so.5" not found > *** Error code 1 > Stop in /usr/ports/graphics/imlib. > *** Error code 1 > > I just upgraded to 5.2.1 from cd and then cvsup to latest sources then make world and kernel after all of that I got these errors trying to compile stuff using ports And in there's no imlib.5 left in /usr/local/lib/compat/pkg/ ? In that case a 'ldconfig -mi /usr/local/lib/compat/pkg' might help. Marc