/usr/local/lib/rlm_eap_tls-1.0.2.so: undefined symbol: SSL_set_ms g_callback
Hi everyone, I am working in Munich for authentication with SIP phones A XP PC is working fien with the IAS Now instead IAS I am trying the FreeRadius. but when the PC sends a "Access request", I receive an error I am working with the version 1.0.2 The TLS is opened in the EAP.conf. Rgds rad_recv: Access-Request packet from host 192.168.3.128:1064, id=72, length=168 User-Name = "user1@eapol.siemens.com <mailto:user1@eapol.siemens.com> " Called-Station-Id = "00-11-88-03-16-51" Calling-Station-Id = "00-60-08-13-33-ed" NAS-Identifier = "00-11-88-03-16-3d" NAS-Port = 20 Framed-MTU = 1500 NAS-Port-Type = Ethernet EAP-Message = 0x0201001c017573657231406561706f6c2e7369656d656e732e636f6d Message-Authenticator = 0x19544fcf6da4d901132ee1e9db0bf45a Processing the authorize section of radiusd.conf modcall: entering group authorize for request 0 modcall[authorize]: module "preprocess" returns ok for request 0 modcall[authorize]: module "chap" returns noop for request 0 modcall[authorize]: module "mschap" returns noop for request 0 rlm_realm: Looking up realm "eapol.siemens.com" for User-Name = "user1@eapol.siemens.com <mailto:user1@eapol.siemens.com> " rlm_realm: No such realm "eapol.siemens.com" modcall[authorize]: module "suffix" returns noop for request 0 rlm_eap: EAP packet type response id 1 length 28 rlm_eap: No EAP Start, assuming it's an on-going EAP conversation modcall[authorize]: module "eap" returns updated for request 0 users: Matched entry DEFAULT at line 152 modcall[authorize]: module "files" returns ok for request 0 modcall: group authorize returns updated for request 0 rad_check_password: Found Auth-Type EAP auth: type "EAP" Processing the authenticate section of radiusd.conf modcall: entering group authenticate for request 0 rlm_eap: EAP Identity rlm_eap: processing type tls radiusd: error while loading shared libraries: /usr/local/lib/rlm_eap_tls-1.0.2.so: undefined symbol: SSL_set_msg_callback
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.
participants (2)
-
Alan DeKok -
JAUMOTTE JEAN-LOUIS