diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/zlib.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index 5c9e7b6e6..df823d79b 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -47,10 +47,14 @@ make</userinput></screen> <screen><userinput>make check</userinput></screen> -<para>And install the package:</para> +<para>Install the static library:</para> <screen><userinput>make install</userinput></screen> +<para>And fix the permissions on the static library:</para> + +<screen><userinput>chmod 644 /usr/lib/libz.a</userinput></screen> + <para>It is good policy and common practice to place important libraries into the <filename class="directory">/lib</filename> directory. This matters most in scenarios where <filename class="directory">/usr</filename> is on a |