7 Jun
2005
7 Jun
'05
2:19 p.m.
JAUMOTTE JEAN-LOUIS <jeanlouis.jaumotte@siemens.com> wrote:
Hi everyone, I am working in Munich for authentication with SIP phones
Sounds great!
/usr/local/lib/rlm_eap_tls-1.0.2.so: undefined symbol: SSL_set_msg_callback
You have two versions of OpenSSL installed. FreeRADIUS uses one when it's built, and then your dynamic library loader chooses the other when FreeRADIUS is executing. The solution is to set LD_PRELOAD. See scripts/rc.radiusd for examples. Alan DeKok.