Subject: Re: debugging ld.elf_so (i386)
To: None <itojun@iijlab.net>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: tech-userlevel
Date: 12/25/2000 15:23:32
> 
> 	how do people debug issues with ld.elf_so?  it bombs out for me
> 	after a "make build", and would like to debug it.
> 
> 	i suspect it could be because of locale changes i've made, and
> 	feeling guilty...

Just in case it's something similar to what I had: I had LC_CTYPE set to
Manuel's iso_8859_1, and the new libc didn't like - the error appeared as
a problem in ld.aout_so.uue - unsetting LC_CTYPE cured the error..

Patrick