From owner-freebsd-stable@FreeBSD.ORG Sat Mar 6 00:33:44 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 5F4F916A4CF for ; Sat, 6 Mar 2004 00:33:44 -0800 (PST) Received: from lakemtao07.cox.net (lakemtao07.cox.net [68.1.17.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id C098543D1F for ; Sat, 6 Mar 2004 00:33:43 -0800 (PST) (envelope-from kitbsdlists@HotPOP.com) Received: from vixen42 ([68.109.49.234]) by lakemtao07.cox.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with SMTP id <20040306083342.BKQQ12901.lakemtao07.cox.net@vixen42>; Sat, 6 Mar 2004 03:33:42 -0500 Date: Sat, 6 Mar 2004 00:30:46 -0600 From: Vulpes Velox To: Message-Id: <20040306003046.57294f0d@vixen42.> In-Reply-To: <20040306075512.QZCP29592.lakemtao03.cox.net@smtp.east.cox.net> References: <20040306075512.QZCP29592.lakemtao03.cox.net@smtp.east.cox.net> X-Mailer: Sylpheed version 0.9.9claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 08:33:44 -0000 On Sat, 6 Mar 2004 2:55:14 -0500 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 Odd, did not think it would pop up from just updating it like that... Gettext problem most likely... either create a sym link pointing to libintl.so.6 or recompile gettext... reinstalling gettext may help too... BTW should this not be going to the current mailing list?