Ref:

Linux From Scratch - Version SVN-20181106
Chapter 6. Installing Basic System Software
6.9. Glibc-2.28

The instructions mention:

libc_cv_slibdir=/lib
    This variable sets the correct library for all systems. We do not want 
lib64 to be used.

..but after installation I needed the following sed for this to be true

sed -i 's@lib64/ld-linux-x86-64.so.2@lib/ld-linux-x86-64.so.2@' /usr/bin/ldd

Regards
John
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to