Rebuilt everything from scratch again. Still same issue with the chapter 6
glibc build. There must be something with the host system files getting
linked or something.
Running openSUSE Tumbleweed (latest) with all host system requirements met.
I've meticulously gone through trying to make sure I've inputted (copy and
pasted) every command from the development book.
The localedef linker issue doesn't seem super critical, but without fail
binutils will fails to build citing missing shared library files. Even if I
manually copy those files to the folder indicated by ldd, the linking
issues persist.
I have the build partition backed up after building (but not installing
glibc), so I will play around with different build options to see if
anything works.

On Mon, Feb 11, 2019 at 8:10 PM Brandon Murry <[email protected]>
wrote:

> I've been attacking this new Glibc 2.29 for over a week and keep running
> in to this error. During the installation of locales, the localedef program
> is run, except it fails everytime saying that it cannot load "libc.so.6".
> Ldd on the recently installed localedef from glibc 2.29 says that it needs
> libc.so.6 => /lib64/libc.so.6.
> I'm pulling my hair out because glibc is NOT installing things to the
> /lib64 folder, but somehow when linking it's own localedef program tells
> localedef to expect the shared c library there. Hopefully someone has an
> answer because this one has consistently reoccurred.
> Thanks,
> Brandon
>
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to