Ensure that glibc installs ldconfig and sln to /usr/sbin.

This commit is contained in:
DJ Lucas 2021-07-21 20:02:02 -05:00
parent 593b439ada
commit 4eee9ccd08
3 changed files with 16 additions and 0 deletions

View File

@ -49,6 +49,10 @@
<para>[dj] - Correct page IDs in Chapter 08 dejagnu, expect, and
tcl.</para>
</listitem>
<listitem>
<para>[dj] - Ensure that glibc installs ldconfig and sln to
<filename class="directory">/usr/sbin</filename>.</para>
</listitem>
</itemizedlist>
</listitem>

View File

@ -72,6 +72,12 @@ esac</userinput></screen>
<screen><userinput remap="pre">mkdir -v build
cd build</userinput></screen>
<para>Ensure that the <command>ldconfig</command> and <command>sln</command>
utilites are installed into
<filename class="directory">/usr/sbin</filename>:</para>
<screen><userinput remap="pre">echo "rootsbindir=/usr/sbin" &gt; configparms</userinput></screen>
<para>Next, prepare Glibc for compilation:</para>
<screen><userinput remap="configure">../configure \

View File

@ -65,6 +65,12 @@
<screen><userinput remap="pre">mkdir -v build
cd build</userinput></screen>
<para>Ensure that the <command>ldconfig</command> and <command>sln</command>
utilites are installed into
<filename class="directory">/usr/sbin</filename>:</para>
<screen><userinput remap="pre">echo "rootsbindir=/usr/sbin" &gt; configparms</userinput></screen>
<para>Prepare Glibc for compilation:</para>
<screen><userinput remap="configure">../configure --prefix=/usr \