diff options
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 1f7fceb19..7487ca6ae 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -47,11 +47,6 @@ <screen><userinput remap="pre">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> - <para>Fix a problem where invalid utf-8 characters cause a segmentation - fault:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&perl-utf8-patch;</userinput></screen> - <para>This version of Perl now builds the Compress::Raw::Zlib module. By default Perl will use an internal copy of the Zlib source for the build. Issue the following command so that Perl will use the Zlib library @@ -60,7 +55,7 @@ <screen><userinput remap="pre">sed -i -e "s|BUILD_ZLIB\s*= True|BUILD_ZLIB = False|" \ -e "s|INCLUDE\s*= ./zlib-src|INCLUDE = /usr/include|" \ -e "s|LIB\s*= ./zlib-src|LIB = /usr/lib|" \ - ext/Compress-Raw-Zlib/config.in</userinput></screen> + cpan/Compress-Raw-Zlib/config.in</userinput></screen> <para>To have full control over the way Perl is set up, you can remove the <quote>-des</quote> options from the following command and hand-pick the way |