#2606: zlib-1.2.4
------------------------+---------------------------------------------------
 Reporter:  gespinasse  |       Owner:  matt...@…                   
     Type:  task        |      Status:  assigned                    
 Priority:  normal      |   Milestone:  6.7                         
Component:  Book        |     Version:  SVN                         
 Severity:  normal      |    Keywords:                              
------------------------+---------------------------------------------------

Comment(by gespinasse):

 that's my fault for the breakage when /usr/lib/libz.a was removed with
 perl.

 I just forgot to update the shared lib symlink keeping old
 ../../lib/libz.so.1.2.3
 In that case, libz.a look to be used.

 With correct symlink and libz.a removed, perl tests pass with libz.so
 installed in /lib (or /usr/lib if perl sed is not changed)

 module-init-tools need libz.a to pass --enable-zlib test.
 I try with success this sed after ./configure and make check

 sed -i 's|--enable-zlib |--enable-zlib-dynamic |' tests/runtests

 that way, module-init-tools run instead the first test with --enable-zlib-
 dynamic

 I think the hack to move libz.so to /usr/lib is not needed. That is much
 cleaner to straight install to /lib without any hack. The only requirement
 is to adjust perl sed to /lib to find zlib there

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2606#comment:5>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to