diff options
Diffstat (limited to 'chapter06/zlib.xml')
-rw-r--r-- | chapter06/zlib.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index f32d235e8..f907e1455 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -49,6 +49,11 @@ afterwards.</para></note> <screen><userinput>make install</userinput></screen> +<para>Now we will remove the old, .so files in /lib and relink them into /usr/lib.</para> + +<screen><userinput>rm /lib/libz.so +ln -sf ../../lib/libz.so.&zlib-version; /usr/lib/libz.so</userinput></screen> + <para>Now also build the non-shared (static) library:</para> <screen><userinput>make clean |