[lfs] branch multilib updated: glibc-mlfs: ld: Add /usr/lib32 to lib32.conf.

git Owner ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <178682879117.2289879.12528838734480727339@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch multilib
in repository lfs.

The following commit(s) were added to refs/heads/multilib by this push:
     new 0c255f8e0 glibc-mlfs: ld: Add /usr/lib32 to lib32.conf.
0c255f8e0 is described below

commit 0c255f8e021a21efec7d92f5e072f4e7def86f21
Author: zeckma-tech <[email protected]>
AuthorDate: Sat Aug 15 15:18:44 2026 -0600

    glibc-mlfs: ld: Add /usr/lib32 to lib32.conf.
    
    Instead of putting /usr/lib32 into /etc/ld.so.conf, it gets put in
    /etc/ld.so.conf.d/lib32.conf for organization.
---
 chapter08/glibc.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml
index bce1a2b59..7e834c35d 100644
--- a/chapter08/glibc.xml
+++ b/chapter08/glibc.xml
@@ -673,7 +673,7 @@ install -vm644 DESTDIR/usr/include/gnu/{lib-names,stubs}-32.h \
 
     <para>Add the library name to the dynamic loader config:</para>
 
-<screen role="install"><userinput>echo "/usr/lib32" &gt;&gt; /etc/ld.so.conf</userinput></screen>
+<screen role="install"><userinput>echo "/usr/lib32" &gt; /etc/ld.so.conf.d/lib32.conf</userinput></screen>
 
     <caution>
       <para>At this point, it is imperative to stop and ensure that the basic

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.