Author: andy Date: 2012-02-02 14:05:49 -0700 (Thu, 02 Feb 2012) New Revision: 9264
Modified: trunk/BOOK/postlfs/security/linux-pam.xml Log: added the option --disable-nis to the linux-pam page to allow the package to compile Modified: trunk/BOOK/postlfs/security/linux-pam.xml =================================================================== --- trunk/BOOK/postlfs/security/linux-pam.xml 2012-02-02 17:02:02 UTC (rev 9263) +++ trunk/BOOK/postlfs/security/linux-pam.xml 2012-02-02 21:05:49 UTC (rev 9264) @@ -110,6 +110,7 @@ <screen><userinput>./configure --sbindir=/lib/security \ --docdir=/usr/share/doc/Linux-PAM-&linux-pam-version; \ + --disable-nis \ --enable-read-both-confs && make</userinput></screen> @@ -167,6 +168,10 @@ <para><parameter>--docdir=...</parameter>: This parameter results in the documentation being installed in a versioned directory name.</para> + <para><parameter>--disable-nis</parameter>: This option disables building + Network Information Service/Yellow Pages support in pam_unix and pam_access + as the needed headers files are no longer installed by glibc.</para> + <para><parameter>--enable-read-both-confs</parameter>: This parameter allows the local administrator to choose which configuration file setup to use.</para> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page