aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorDJ Lucas <dj@lucasit.com>2021-07-21 20:02:02 -0500
committerDJ Lucas <dj@lucasit.com>2021-07-21 20:02:02 -0500
commit4eee9ccd08265e8c4b74bbdaef8f3c0237e82e9c (patch)
tree127a27f17cc88686eb0f2d6ac81f18d50fa8ac04 /chapter05
parent593b439adae07e459ffc495c06cd23bb370e3876 (diff)
Ensure that glibc installs ldconfig and sln to /usr/sbin.
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 02ff025e2..d715d43cd 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -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 \