From f8decc78cf80a9e06be01a77254b4f0d009c2a9c Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Sun, 22 Sep 2002 02:06:55 +0000 Subject: mv shared zlib lib to /lib instead of using --libdir git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2123 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +-- chapter06/zlib-inst.xml | 5 +++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c02ec1d2a..76f2219e8 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -60,8 +60,7 @@ September 21st, 2002 [timothy]: Chapter 06 - Zlib: -Added --libdir=/lib flag to -configure. +mv shared lib to /lib. September 20th, 2002 [timothy]: Chapter 05 - GCC: Removed the --enable-threads=posix flag since we diff --git a/chapter06/zlib-inst.xml b/chapter06/zlib-inst.xml index f979284bb..6c25a715c 100644 --- a/chapter06/zlib-inst.xml +++ b/chapter06/zlib-inst.xml @@ -3,10 +3,11 @@ Install Zlib by running the following commands: -./configure --prefix=/usr --libdir=/lib --shared && +./configure --prefix=/usr --shared && make LIBS="libz.so.1.1.4 libz.a" && make LIBS="libz.so.1.1.4 libz.a" install && +mv /usr/lib/libz.so.* /lib && +ln -sf ../../lib/libz.so.1 /usr/lib/libz.so && cp zlib.3 /usr/share/man/man3 - -- cgit v1.2.3-54-g00ecf