18 Mar
2009
18 Mar
'09
6:53 a.m.
Robert Svensson wrote:
Hi, I'm trying to compile the PAM module without any greater luck. Make gives me:
ld -Bshareable pam_radius_auth.o md5.o -lapm -o pam_radius_auth.so ld: cannot find -lpam make: *** [pam_radius_auth.so] Error 1
I cound really use some help on this one.
You will need to install PAM on yor system. The module is a plugin between PAM and RADIUS. It doesn't implement PAM. Alan DeKok.