From owner-freebsd-current@FreeBSD.ORG Tue May 27 07:10:35 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EE9437B401 for ; Tue, 27 May 2003 07:10:35 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id A121143FB1 for ; Tue, 27 May 2003 07:10:34 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) h4REAWPR023491; Tue, 27 May 2003 07:10:32 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)h4REAVHr023490; Tue, 27 May 2003 07:10:31 -0700 (PDT) Date: Tue, 27 May 2003 07:10:31 -0700 From: Steve Kargl To: Juan Rodriguez Hervella Message-ID: <20030527141031.GA23471@troutmask.apl.washington.edu> References: <200305261833.40228.jrh@it.uc3m.es> <47292.80.58.4.172.1053981285.squirrel@mira.it.uc3m.es> <20030526214405.GA19373@troutmask.apl.washington.edu> <200305271037.02245.jrh@it.uc3m.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200305271037.02245.jrh@it.uc3m.es> User-Agent: Mutt/1.4i cc: freebsd-current@freebsd.org Subject: Re: nl_langinfo undefined (it was Unexpected error in "make builkernel") X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 14:10:35 -0000 On Tue, May 27, 2003 at 10:37:02AM +0200, Juan Rodriguez Hervella wrote: > Hello: > > After doing what you told me (about the "compat" directory) > I've got this problem with gnome applications: > > jrh@pepitogrillo:~$ gnome-about > /usr/libexec/ld-elf.so.1: /usr/lib/libglib-2.0.so.200: Undefined symbol > "nl_langinfo" What does ldd report for gnome-about? > I'm going to do the "make world", perhaps after doing "make world" this > error will be fixed. I've tried to move "libglib" to "/usr/lib/compat" but > I get the same error (I don't know if it's enought to make the move, so > I've executed "ldconfig" but no success) Stop moving the libraries unless you know what you're doing. kargl[201] locate libglib /usr/compat/linux/usr/lib/libglib-1.2.so.0 /usr/compat/linux/usr/lib/libglib-1.2.so.0.0.9 /usr/local/lib/libglib12.a /usr/local/lib/libglib12.so /usr/local/lib/libglib12.so.3 The libraries under /usr/local/lib should be found by gnome-about. -- Steve