mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01: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
|
<para>[dj] - Correct page IDs in Chapter 08 dejagnu, expect, and
|
||||||
tcl.</para>
|
tcl.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[dj] - Ensure that glibc installs ldconfig and sln to
|
||||||
|
<filename class="directory">/usr/sbin</filename>.</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -72,6 +72,12 @@ esac</userinput></screen>
|
|||||||
<screen><userinput remap="pre">mkdir -v build
|
<screen><userinput remap="pre">mkdir -v build
|
||||||
cd build</userinput></screen>
|
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>
|
<para>Next, prepare Glibc for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">../configure \
|
<screen><userinput remap="configure">../configure \
|
||||||
|
@ -65,6 +65,12 @@
|
|||||||
<screen><userinput remap="pre">mkdir -v build
|
<screen><userinput remap="pre">mkdir -v build
|
||||||
cd build</userinput></screen>
|
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>
|
<para>Prepare Glibc for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">../configure --prefix=/usr \
|
<screen><userinput remap="configure">../configure --prefix=/usr \
|
||||||
|
Loading…
Reference in New Issue
Block a user