mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 04:57:38 +00:00
Ensure that glibc installs ldconfig and sln to /usr/sbin.
This commit is contained in:
parent
593b439ada
commit
4eee9ccd08
@ -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>
|
||||
|
||||
|
@ -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" > configparms</userinput></screen>
|
||||
|
||||
<para>Next, prepare Glibc for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">../configure \
|
||||
|
@ -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" > configparms</userinput></screen>
|
||||
|
||||
<para>Prepare Glibc for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">../configure --prefix=/usr \
|
||||
|
Loading…
Reference in New Issue
Block a user