Changeset 4eee9cc
- Timestamp:
- 07/22/2021 01:02:02 AM (23 months ago)
- Branches:
- 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008
- Children:
- 9f84752, cfb8eea
- Parents:
- 593b439a
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r593b439a r4eee9cc 50 50 tcl.</para> 51 51 </listitem> 52 <listitem> 53 <para>[dj] - Ensure that glibc installs ldconfig and sln to 54 <filename class="directory">/usr/sbin</filename>.</para> 55 </listitem> 52 56 </itemizedlist> 53 57 </listitem> -
chapter05/glibc.xml
r593b439a r4eee9cc 73 73 cd build</userinput></screen> 74 74 75 <para>Ensure that the <command>ldconfig</command> and <command>sln</command> 76 utilites are installed into 77 <filename class="directory">/usr/sbin</filename>:</para> 78 79 <screen><userinput remap="pre">echo "rootsbindir=/usr/sbin" > configparms</userinput></screen> 80 75 81 <para>Next, prepare Glibc for compilation:</para> 76 82 -
chapter08/glibc.xml
r593b439a r4eee9cc 65 65 <screen><userinput remap="pre">mkdir -v build 66 66 cd build</userinput></screen> 67 68 <para>Ensure that the <command>ldconfig</command> and <command>sln</command> 69 utilites are installed into 70 <filename class="directory">/usr/sbin</filename>:</para> 71 72 <screen><userinput remap="pre">echo "rootsbindir=/usr/sbin" > configparms</userinput></screen> 67 73 68 74 <para>Prepare Glibc for compilation:</para>
Note:
See TracChangeset
for help on using the changeset viewer.