#2630: Zlib issues
--------------------------------+-------------------------------------------
 Reporter:  ch...@…             |       Owner:  lfs-b...@…                   
     Type:  task                |      Status:  new                          
 Priority:  normal              |   Milestone:  6.7                          
Component:  Book                |     Version:  SVN                          
 Severity:  normal              |    Keywords:                               
--------------------------------+-------------------------------------------

Comment(by gespinasse):

 Why do you need to manually move the shared lib to /lib?
 those instructions
 {{{
 ./configure --prefix=/usr --libdir=/lib
 make
 make install
 }}}
 result in those files installed
 {{{
 lib/libz.a
 lib/libz.so
 lib/libz.so.1
 lib/libz.so.1.2.4
 lib/pkgconfig
 lib/pkgconfig/zlib.pc
 usr/include/zconf.h
 usr/include/zlib.h
 usr/share/man/man3/zlib.3
 }}}
 No need to rm and ln the shared lib if perl sed is adjusted to search zlib
 into lib instead of /usr/lib

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2630#comment:3>
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