On 9/2/07, Alan <[EMAIL PROTECTED]> wrote: > checking whether to build mount.cifs and umount.cifs... yes > checking whether to try PAM support... yes > checking security/pam_appl.h usability... yes > checking security/pam_appl.h presence... yes > checking for security/pam_appl.h... yes > checking for pam_get_data in -lpam... no > configure: error: --with-pam=yes but libpam not found
The second to last line either means it couldn't find libpam or that it didn't have the function pam_get_data. You'll have to look near the end of config.log. Also, check that the libpam.so symlink in /usr/lib is actually correct. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
