[Clfs-dev] Perl-5.10.1 sed to use systems zlib broken

Roy Bekken roy.bekken at gmail.com
Wed Aug 26 02:46:36 PDT 2009


I tried 5.10.1 the other day and see that clfs now have updated to this version.
There been a change(path) that brake the sed used for building Perl's
Compress::Raw::Zlib module against system zlib.


---
 BOOK/final-system/common/perl.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/BOOK/final-system/common/perl.xml
b/BOOK/final-system/common/perl.xml
index e31961d..5e30583 100644
--- a/BOOK/final-system/common/perl.xml
+++ b/BOOK/final-system/common/perl.xml
@@ -34,11 +34,11 @@

     <para os="s3">By default, Perl's Compress::Raw::Zlib module builds and
     links against its own internal copy of Zlib. The following command will
-    tell it use the system-installed Zlib:</para>
+    tell it to use the system-installed Zlib:</para>

 <screen os="s4"><userinput>sed -i -e '/^BUILD_ZLIB/ s/True/False/' \
         -e '/^INCLUDE\|^LIB/ s|\./zlib-src|/usr/include|' \
-        ext/Compress/Raw/Zlib/config.in</userinput></screen>
+        ext/Compress-Raw-Zlib/config.in</userinput></screen>

     <note os="a00">
       <para>If you are following the boot method you will need to enable the
--
1.6.2.5



More information about the Clfs-dev mailing list