aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/procps-inst.xml4
2 files changed, 8 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 7d6f439cf..e970c16ce 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -74,6 +74,10 @@
</itemizedlist>
</para></listitem>
+<listitem><para>May 12th, 2003 [winkie]: Chapter 06 - Installing Procps:
+Remove the /lib/libproc.so symlink. No package outside of Procps itself
+uses this library, and none should.</para></listitem>
+
<listitem><para>May 12th, 2003 [winkie]: Chapter 06 - Installing Net-tools:
Run "make config" before doing make. Fixes bugs #462 and
#497.</para></listitem>
diff --git a/chapter06/procps-inst.xml b/chapter06/procps-inst.xml
index c9b8fd8d5..f46c2955f 100644
--- a/chapter06/procps-inst.xml
+++ b/chapter06/procps-inst.xml
@@ -18,5 +18,9 @@ the patch:</para>
<para><screen><userinput>make install</userinput></screen></para>
+<para>Remove a spurious library link:</para>
+
+<para><screen><userinput>rm /lib/libproc.so</userinput></screen></para>
+
</sect2>