glfs/postlfs/security/pam/linux_pam-inst.xml
Larry Lawrence 3c52f85913 added Linux_PAM-0.76 and updated qt-exp
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@252 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-09-22 16:01:27 +00:00

14 lines
338 B
XML

<sect2>
<title>Installation of Linux_PAM</title>
<para>Install Linux_PAM by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --enable-static-libpam --with-mailspool=/var/mail \
--enable-both-confs --sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>