LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Faulty module pam_radius_auth.so (https://www.linuxquestions.org/questions/linux-software-2/faulty-module-pam_radius_auth-so-859649/)

sheelavantar 01-30-2011 07:17 PM

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.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.

EricTRA 01-31-2011 01:38 AM

Hello,

You marked your thread as SOLVED. If you yourself found a solution to your problem/question would you mind sharing it with us? It could be very helpful to people having the same or similar issues. Thanks in advance.

Kind regards,

Eric


All times are GMT -5. The time now is 12:49 AM.