Changeset 7f1773b for BOOK/final-system
- Timestamp:
- Aug 26, 2009, 5:00:51 AM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- d4106ec
- Parents:
- 038f274
- Location:
- BOOK/final-system
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/perl.xml
r038f274 r7f1773b 35 35 <para os="s3">By default, Perl's Compress::Raw::Zlib module builds and 36 36 links against its own internal copy of Zlib. The following command will 37 tell it use the system-installed Zlib:</para>37 tell it to use the system-installed Zlib:</para> 38 38 39 39 <screen os="s4"><userinput>sed -i -e '/^BUILD_ZLIB/ s/True/False/' \ 40 -e '/^INCLUDE\|^LIB/ s|\./zlib-src|/usr/include|' \ 41 ext/Compress/Raw/Zlib/config.in</userinput></screen> 40 -e '/^INCLUDE/s|\./zlib-src|/usr/include|' \ 41 -e '/^LIB/s|\./zlib-src|/usr/lib|' \ 42 ext/Compress-Raw-Zlib/config.in</userinput></screen> 42 43 43 44 <note os="a00"> -
BOOK/final-system/multilib/perl-64bit.xml
r038f274 r7f1773b 34 34 xpointer="xpointer(//*[@os='s3'])"/> 35 35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../common/perl.xml" 38 xpointer="xpointer(//*[@os='s4'])"/> 36 <screen os="s4"><userinput>sed -i -e '/^BUILD_ZLIB/ s/True/False/' \ 37 -e '/^INCLUDE/s|\./zlib-src|/usr/include|' \ 38 -e '/^LIB/s|\./zlib-src|/usr/lib64|' \ 39 ext/Compress-Raw-Zlib/config.in</userinput></screen> 39 40 40 41 <para os="mp1">Perl does not, by default, know about library directories with names other -
BOOK/final-system/multilib/perl-n32.xml
r038f274 r7f1773b 35 35 xpointer="xpointer(//*[@os='s3'])"/> 36 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../common/perl.xml" 39 xpointer="xpointer(//*[@os='s4'])"/> 37 <screen os="s4"><userinput>sed -i -e '/^BUILD_ZLIB/ s/True/False/' \ 38 -e '/^INCLUDE/s|\./zlib-src|/usr/include|' \ 39 -e '/^LIB/s|\./zlib-src|/usr/lib32|' \ 40 ext/Compress-Raw-Zlib/config.in</userinput></screen> 40 41 41 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.