Changeset d4248df


Ignore:
Timestamp:
03/31/2021 10:41:37 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
939f531
Parents:
c7e74d6
git-author:
Thomas Trepl <thomas@…> (03/15/2020 01:23:25 PM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:37 AM)
Message:

Definitly create /etc/ld.so.conf.d when doing ML, otherwise it's optional (because of role=nodump, the command appers in book but not in profiled xml

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    rc7e74d6 rd4248df  
    477477EOF</userinput></screen>
    478478
    479   <para>If desired, the dynamic loader can also search a directory and
     479  <para arch="default">If desired, the dynamic loader can also search a directory and
    480480  include the contents of files found there.  Generally the files in
    481481  this include directory are one line specifying the desired library path.
    482482  To add this capability run the following commands:</para>
    483483
    484 <screen role="nodump"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"
     484<screen role="nodump" arch="default"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"
     485<literal># Add an include directory
     486include /etc/ld.so.conf.d/*.conf
     487</literal>
     488EOF
     489mkdir -pv /etc/ld.so.conf.d</userinput></screen>
     490
     491  <para arch="ml_32,ml_x32,ml_all">The dynamic loader can also search a directory and
     492  include the contents of files found there.  Generally the files in
     493  this include directory are one line specifying the desired library path.
     494  To add this capability run the following commands:</para>
     495<screen arch="ml_32,ml_x32,ml_all"><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"
    485496<literal># Add an include directory
    486497include /etc/ld.so.conf.d/*.conf
Note: See TracChangeset for help on using the changeset viewer.