#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 bdu...@…):
I think I agree with Chris. I like the instructions:
{{{
./configure --prefix=/usr
make
make install
mv /usr/lib/libz.so* /lib
ln -sfv ../../lib/libz.so.1.2.4 /usr/lib/libz.so
}}}
I don't think we need to worry about libz.so.1. Thee are no other major
versions of the library so it is highly unlikely that anyone links a
program against that specific version. We could add
ln -sfv ../../lib/libz.so.1.2.4 /usr/lib/libz.so.1
for completeness.
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2630#comment:4>
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