Changeset 6989d33e


Ignore:
Timestamp:
03/15/2020 01:23:25 PM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
997d961
Parents:
0efb8e1
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

    r0efb8e1 r6989d33e  
    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.