diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter05/glibc.xml | 6 | ||||
-rw-r--r-- | chapter08/glibc.xml | 6 |
3 files changed, 16 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c340b26be..4455604cc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> 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" > configparms</userinput></screen> + <para>Next, prepare Glibc for compilation:</para> <screen><userinput remap="configure">../configure \ diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index 9a3c45a04..e39efd95f 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -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 \ |