Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2003 07:10:31 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Juan Rodriguez Hervella <jrh@it.uc3m.es>
Cc:        freebsd-current@freebsd.org
Subject:   Re: nl_langinfo undefined (it was Unexpected error in "make builkernel")
Message-ID:  <20030527141031.GA23471@troutmask.apl.washington.edu>
In-Reply-To: <200305271037.02245.jrh@it.uc3m.es>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030527141031.GA23471>