From d5b037fcac63292b578c183e3d815120067b2d12 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 13 Sep 2002 14:59:37 +0000 Subject: [PATCH] added --libdir=/usr/lib so proper *.la files are generated. Then mv all the .so* files from /usr/lib to /lib git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2107 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 9 +++++++++ chapter06/shadowpwd-inst.xml | 5 +++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 50f9c3a05..ef31b5c43 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -56,6 +56,15 @@ +September 13th, 2002 [gerard]: Chapter 06 - Shadow: Added +--libdir=/usr/lib to the configure script options. This way a proper +libshadow.la is generated. Also changed the +mv command to move all the +libshadow.so* files to the /lib directory. The lib*a +files are already in the /usr/lib +directory. + September 13th, 2002 [gerard]: Chapter 06: Added the Linux Threads Man Pages installation after the Perl installation. diff --git a/chapter06/shadowpwd-inst.xml b/chapter06/shadowpwd-inst.xml index 8f0e7ebe5..be2014c78 100644 --- a/chapter06/shadowpwd-inst.xml +++ b/chapter06/shadowpwd-inst.xml @@ -10,7 +10,8 @@ be found at . Install the Shadow Password Suite by running the following commands: -./configure --prefix=/usr --enable-shared && +./configure --prefix=/usr \ +    --libdir=/usr/lib --enable-shared && make && make install && cp etc/{limits,login.access} /etc && @@ -19,7 +20,7 @@ sed 's%/var/spool/mail%/var/mail%' \ ln -s vipw /usr/sbin/vigr && rm /bin/vipw && mv /bin/sg /usr/bin && -mv /lib/{libmisc.*a,libshadow.*a} /usr/lib +mv /usr/lib/lib{shadow,misc}.so* /lib Sh-utils and Shadow Password Suite each install a unique groups program. If you wish, you may remove the