Hi! I tried writing a PAM aware app. I included the following headers in my code. 1.security/pam_appl.h 2.security/pam_misc.h When compiling the code ( with the following options -lpam -lpam_misc -ldl ) I got the following errors... undefined reference to pam_start(),pam_authenticate(),pam_end()... I am running RH6.1 on my machine and I've included the required entry in /etc/pam.d . Am I missing out on something? Nawab. ----------------------------------------------------------------------- The LIH mailing list archives are available at: http://lists.linux-india.org/cgi-bin/wilma/linux-india-help
