>  It appears that you have multiple versions of OpenSSL installed, and
> the server is compiled using one, but is using another when you run
> it.


We checked our configuration and recompiled all the stuff with the following settings (our platform is a Linux Red Hat 8).

./configure --with-experimental-modules --with-openssl-includes=/tmp/openssl-0.9.7c/include --with-openssl-libraries=/usr/local/ssl/lib

Environment variables:
LD_LIBRARY_PATH=/usr/local/ssl/lib:/usr/local/lib
PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
LD_RUN_PATH=/usr/local/lib:
PWD=/tmp/freeradius-snapshot-20031026


we still have the same error:

auth: type "EAP"
modcall: entering group authenticate for request 0
  rlm_eap: EAP Identity
  rlm_eap: processing type tls
./radiusd: relocation error: /usr/local/lib/rlm_eap_tls-1.0.0-pre0.so: undefined symbol: SSL_set_msg_callback

we can't figure out what's the reason for that...
are we missing any other flag in the compilation phase?

thanks everybody for your help,
Silvio

Reply via email to