mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 13:42:13 +08:00
445007af1b
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@514 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
395 B
XML
15 lines
395 B
XML
<sect2>
|
|
<title>Installation of Linux_PAM</title>
|
|
|
|
<para>Install Linux_PAM by running the following commands:</para>
|
|
|
|
<para><screen><userinput>./configure --enable-static-libpam --with-mailspool=/var/mail \
|
|
--enable-both-confs --sysconfdir=/etc &&
|
|
make &&
|
|
make install &&
|
|
mv /lib/libpam.a /lib/libpam_misc.a /lib/libpamc.a /usr/lib</userinput></screen></para>
|
|
|
|
|
|
</sect2>
|
|
|