diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/iproute2.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index e62a450b6..f2d259592 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -41,6 +41,11 @@ <sect2 role="installation"> <title>Installation of IPRoute2</title> + <para>Apply a patch to fix a compilation issue caused by the absence of the + iptables package:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&iproute2-ipset-patch;</userinput></screen> + <para>The <command>arpd</command> binary included in this package is dependent on Berkeley DB. Because <command>arpd</command> is not a very common requirement on a base Linux system, remove the dependency on Berkeley |