Hi all, I have trouble on using PAM on SRP protocol. Hope anyone could help me out on this with greatly appreciation. Currently, I am trying to install SRP 1.7.5 on Suse built-in 2.4.4-64GB-SMP kernel. The options includes in the config file are --with-openssl=<openssl path> --with-pam and --with-srp. Next, I tried to compile all the modules using "make". The process is broken at the middle with the error of -lpam not found. Th rest of process I cannot go on again. However, these options I have tried on Redhat 7.1 with 2.4.2 kernel. It works fine to me. Is anyone able to solve this error? Enclose the error below: gcc -O -o passwd passwd.o ../libmisc/libmisc.a ../lib/libshadow.a -L../../libsrp -lsrp -lcrypt -L/usr/include/o/usr/i486-suse-linux/bin/ld: cannot find -lpam collect2: ld returned 1 exit status make[3]: *** [passwd] Error 1 make[3]: Leaving directory `/home/ltung/downloads/srp-1.7.5/base/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/ltung/downloads/srp-1.7.5/base' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/home/ltung/downloads/srp-1.7.5/base' make: *** [all-recursive] Error 1 Thanks!