You may have the same problem as we did with how UNIT4 was defined.<br><br><a href="http://lists.freeradius.org/pipermail/freeradius-users/2010-September/msg00637.html">http://lists.freeradius.org/pipermail/freeradius-users/2010-September/msg00637.html</a><br>
<br>In the radius.h<br><br>-typedef unsigned long UINT4;<br>+typedef uint32_t UINT4;<br><br>Cheers<br><br>Peter<br><br><div class="gmail_quote">On Mon, Jan 31, 2011 at 2:07 PM, vijay s sheelavantar <span dir="ltr"><<a href="mailto:s_vijay65@rediffmail.com">s_vijay65@rediffmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div>Hello Friends,</div><div><br></div><div>I have compiled pam_radius_auth.so for MIPS architecture. I am linking the libraries as follows.</div>
<div><b> $(LD) -Bshareable pam_radius_auth.o md5.o -lpam -o pam_radius_auth.so</b></div><div>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.</div>
<div><br></div><div>Jan 31 10:11:10 (none) sshd[25680]: PAM unable to dlopen(/lib/security/pam_radius_auth.so)</div><div>Jan 31 10:11:10 (none) sshd[25680]: PAM [dlerror: /lib/security/pam_radius_auth.so: undefined symbol: pra_MD5</div>
<div>Init]</div><div>Jan 31 10:11:10 (none) sshd[25680]: PAM adding faulty module: /lib/security/pam_radius_auth.so</div><div><br></div><div>kindly help me to solve this problem.</div><br><div>Thanks and Regards,<br>VIJAY S.</div>
<br><a href="http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?" target="_blank"><img src=""></a><br>-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br></blockquote></div><br>