diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-13 14:59:37 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-13 14:59:37 +0000 |
commit | d5b037fcac63292b578c183e3d815120067b2d12 (patch) | |
tree | 4e5c4c71de8b77233152333adfeb1a00696dbfbc /chapter06 | |
parent | e8dfe4426f23138caefcf0736e59dd9068aedbf5 (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/shadowpwd-inst.xml | 5 |
1 files changed, 3 insertions, 2 deletions
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 <ulink url="&hints-root;shadowpasswd_plus.txt"/>.</para> <para>Install the Shadow Password Suite by running the following commands:</para> -<para><screen><userinput>./configure --prefix=/usr --enable-shared && +<para><screen><userinput>./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</userinput></screen></para> +mv /usr/lib/lib{shadow,misc}.so* /lib</userinput></screen></para> <para>Sh-utils and Shadow Password Suite each install a unique <filename>groups</filename> program. If you wish, you may remove the |