diff options
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index bccbd3ea3..da5d41145 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -47,6 +47,11 @@ <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 |