/usr/local/lib/rlm_eap_tls-1.0.2.so: undefined symbol: SSL_set_ms g_callback

Alan DeKok aland at ox.org
Tue Jun 7 20:19:33 CEST 2005


JAUMOTTE JEAN-LOUIS <jeanlouis.jaumotte at 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.



More information about the Freeradius-Users mailing list