From owner-freebsd-current@FreeBSD.ORG Tue May 27 01:37:39 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 C168037B401 for ; Tue, 27 May 2003 01:37:39 -0700 (PDT) Received: from smtp.uc3m.es (smtp02.uc3m.es [163.117.136.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86FF943FA3 for ; Tue, 27 May 2003 01:37:38 -0700 (PDT) (envelope-from jrh@it.uc3m.es) Received: from smtp02.uc3m.es (localhost [127.0.0.1]) by smtp.uc3m.es (Postfix) with ESMTP id 71BD1432BB; Tue, 27 May 2003 10:37:37 +0200 (CEST) Received: from lmserv2.lab.it.uc3m.es (lmserv2.lab.it.uc3m.es [163.117.144.152]) by smtp02.uc3m.es (Postfix) with ESMTP id 3D3BD99FC5; Tue, 27 May 2003 10:37:34 +0200 (CEST) Received: from pulgon.ipv6.it.uc3m.es (pulgon.it.uc3m.es [163.117.140.177]) by lmserv2.lab.it.uc3m.es (8.9.3/8.9.3) with ESMTP id KAA16985; Tue, 27 May 2003 10:37:32 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Juan Rodriguez Hervella Organization: UC3M To: Steve Kargl Date: Tue, 27 May 2003 10:37:02 +0200 User-Agent: KMail/1.4.3 References: <200305261833.40228.jrh@it.uc3m.es> <47292.80.58.4.172.1053981285.squirrel@mira.it.uc3m.es> <20030526214405.GA19373@troutmask.apl.washington.edu> In-Reply-To: <20030526214405.GA19373@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200305271037.02245.jrh@it.uc3m.es> cc: freebsd-current@freebsd.org Subject: 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 08:37:40 -0000 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" 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) Don't worry, I will tell you if I still get this error when the system gets upgraded, this is only an informational mail, tough any help is always useful :) Bye! On Monday 26 May 2003 23:44, Steve Kargl wrote: > On Mon, May 26, 2003 at 10:34:45PM +0200, Juan Fco Rodriguez Hervella wrote: > > Are you telling me that I should put "libc.so.4" into > > "/compat/linux/usr/lib" ?. But those files aren't linux. > > I don't quite catch what you mean when you say 'need to > > be placed in a "compat" directory'. Would you mind > > explaning to me how that can be done or pointing me > > some url to learn more about it (I mean, learn about > > how "compat" directory works) ? > > Add "COMPAT4X=true" (without quotes) to /etc/make.conf. > This will populate /usr/lib/compat with the libraries > from 4.x. When you reboot ldconfig shoudl pick up the > 4.x libraries needed by your older apps. > > > I'm going to follow your advice and Im going to start > > the "make buildworld" again, problably in a couple > > of days. Thank you very much for your help!!! > > > > PS: you've got a funny domain, catwhisker (lol) > > I'm guessing that David's first experience in the > world of electronics was a cat whisker radio. -- JFRH