|
@@ -50,9 +50,9 @@ configure command below, then remove it afterwards.</para></note>
|
|
|
|
|
|
<screen><userinput>make install</userinput></screen>
|
|
|
|
|
|
-<para>Next we will remove the old, <filename class="extension">.so</filename> files in
|
|
|
+<para>Next we will remove the old <filename class="extension">.so</filename> files in
|
|
|
the <filename class="directory">/lib</filename> directory and relink them
|
|
|
-into <filename class="directory">/usr/lib</filename>.</para>
|
|
|
+into <filename class="directory">/usr/lib</filename>:</para>
|
|
|
|
|
|
<screen><userinput>rm /lib/libz.so
|
|
|
ln -sf ../../lib/libz.so.&zlib-version; /usr/lib/libz.so</userinput></screen>
|