You may have the same problem as we did with how UNIT4 was defined.
http://lists.freeradius.org/pipermail/freeradius-users/2010-September/msg00637.html
In the radius.h
-typedef unsigned long UINT4;
+typedef uint32_t UINT4;
Cheers
Peter
Hello Friends,I have compiled pam_radius_auth.so for MIPS architecture. I am linking the libraries as follows.$(LD) -Bshareable pam_radius_auth.o md5.o -lpam -o pam_radius_auth.soI tried by linking (-lc) also. but authentication is failing. I have captured the log from /var/log/auth.log. and it says the error as below.Jan 31 10:11:10 (none) sshd[25680]: PAM unable to dlopen(/lib/security/pam_radius_auth.so)Jan 31 10:11:10 (none) sshd[25680]: PAM [dlerror: /lib/security/pam_radius_auth.so: undefined symbol: pra_MD5Init]Jan 31 10:11:10 (none) sshd[25680]: PAM adding faulty module: /lib/security/pam_radius_auth.sokindly help me to solve this problem.Thanks and Regards,
VIJAY S.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html