mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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
This commit is contained in:
parent
e8dfe4426f
commit
d5b037fcac
@ -56,6 +56,15 @@
|
||||
</itemizedlist>
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>September 13th, 2002 [gerard]: Chapter 06 - Shadow: Added
|
||||
--libdir=/usr/lib to the configure script options. This way a proper
|
||||
<filename>libshadow.la</filename> is generated. Also changed the
|
||||
<userinput>mv</userinput> command to move all the
|
||||
<filename>libshadow.so*</filename> files to the <filename
|
||||
class="directory">/lib</filename> directory. The <filename>lib*a</filename>
|
||||
files are already in the <filename class="directory">/usr/lib</filename>
|
||||
directory.</para></listitem>
|
||||
|
||||
<listitem><para>September 13th, 2002 [gerard]: Chapter 06: Added the
|
||||
<emphasis>Linux Threads Man Pages</emphasis> installation after the Perl
|
||||
installation.</para></listitem>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user