Faulty module pam_radius_auth.so
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.so kindly help me to solve this problem. Thanks and Regards, VIJAY S.
You may have the same problem as we did with how UNIT4 was defined. http://lists.freeradius.org/pipermail/freeradius-users/2010-September/msg006... In the radius.h -typedef unsigned long UINT4; +typedef uint32_t UINT4; Cheers Peter On Mon, Jan 31, 2011 at 2:07 PM, vijay s sheelavantar < s_vijay65@rediffmail.com> wrote:
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.so* I 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_MD5 Init] Jan 31 10:11:10 (none) sshd[25680]: PAM adding faulty module: /lib/security/pam_radius_auth.so
kindly help me to solve this problem.
Thanks and Regards, VIJAY S.
<http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?> - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Peter Lambrechtsen -
vijay s sheelavantar