diff options
-rw-r--r-- | chapter06/pcre.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/pcre.xml b/chapter06/pcre.xml index 0032f2005..800d0aa04 100644 --- a/chapter06/pcre.xml +++ b/chapter06/pcre.xml @@ -91,7 +91,7 @@ <para>The <command>grep</command> binary will be installed in <filename class="directory">/bin</filename> and will link against the PCRE library; as such, move the library to <filename class="directory">/lib</filename>:</para> -<screen><userinput remap="install">mv -v /usr/lib/libpcre.so.* /lib/ && +<screen><userinput remap="install">mv -v /usr/lib/libpcre.so.* /lib/ ln -v -sf ../../lib/libpcre.so.0 /usr/lib/libpcre.so</userinput></screen> </sect2> |