mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
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
This commit is contained in:
parent
0efb8e1e4b
commit
6989d33e7f
@ -476,12 +476,23 @@ unset ZONEINFO</userinput></screen>
|
|||||||
</literal>
|
</literal>
|
||||||
EOF</userinput></screen>
|
EOF</userinput></screen>
|
||||||
|
|
||||||
<para>If desired, the dynamic loader can also search a directory and
|
<para arch="default">If desired, the dynamic loader can also search a directory and
|
||||||
include the contents of files found there. Generally the files in
|
include the contents of files found there. Generally the files in
|
||||||
this include directory are one line specifying the desired library path.
|
this include directory are one line specifying the desired library path.
|
||||||
To add this capability run the following commands:</para>
|
To add this capability run the following commands:</para>
|
||||||
|
|
||||||
<screen role="nodump"><userinput>cat >> /etc/ld.so.conf << "EOF"
|
<screen role="nodump" arch="default"><userinput>cat >> /etc/ld.so.conf << "EOF"
|
||||||
|
<literal># Add an include directory
|
||||||
|
include /etc/ld.so.conf.d/*.conf
|
||||||
|
</literal>
|
||||||
|
EOF
|
||||||
|
mkdir -pv /etc/ld.so.conf.d</userinput></screen>
|
||||||
|
|
||||||
|
<para arch="ml_32,ml_x32,ml_all">The dynamic loader can also search a directory and
|
||||||
|
include the contents of files found there. Generally the files in
|
||||||
|
this include directory are one line specifying the desired library path.
|
||||||
|
To add this capability run the following commands:</para>
|
||||||
|
<screen arch="ml_32,ml_x32,ml_all"><userinput>cat >> /etc/ld.so.conf << "EOF"
|
||||||
<literal># Add an include directory
|
<literal># Add an include directory
|
||||||
include /etc/ld.so.conf.d/*.conf
|
include /etc/ld.so.conf.d/*.conf
|
||||||
</literal>
|
</literal>
|
||||||
|
Loading…
Reference in New Issue
Block a user