Re: rlm_eap_tls relocation error

2004-02-10 Thread Rok Papež
Rok Papež wrote:

I'm trying to authenticate users with EAP/TTLS, but when a connection 
arrives it crashes with undefined symbol SSL_set_msg_callback.
After installing openssl-0.9.7c and configuring freeradius to use it, 
the problem went away. It seems 0.9.6b is not supported.

--
Lep pozdrav,
Rok Papez.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


rlm_eap_tls relocation error

2004-02-10 Thread Rok Papež
Hello!

I'm trying to authenticate users with EAP/TTLS, but when a connection 
arrives it crashes with undefined symbol SSL_set_msg_callback.
DEBUG output:

Listening on IP address *, ports 1812/udp and 1813/udp.
Ready to process requests.
rad_recv: Access-Request packet from host 193.2.121.66:21646, id=209, 
length=131
User-Name = "anonymous"
Framed-MTU = 1400
Called-Station-Id = "000d.2888.d5fb"
Calling-Station-Id = "0090.4b1f.f6ec"
Message-Authenticator = 0x36921b476955b71c0f6c07900d295947
EAP-Message = 0x0201000e01616e6f6e796d6f7573
NAS-Port-Type = Wireless-802.11
NAS-Port = 491
Service-Type = Framed-User
NAS-IP-Address = 193.2.121.66
NAS-Identifier = "ap"
modcall: entering group authorize for request 0
  modcall[authorize]: module "preprocess" returns ok for request 0
  rlm_eap: EAP packet type response id 1 length 14
  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
  modcall[authorize]: module "eap" returns updated for request 0
users: Matched DEFAULT at 154
users: Matched DEFAULT at 173
  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"
modcall: entering group authenticate for request 0
  rlm_eap: EAP Identity
  rlm_eap: processing type tls
./radiusd: relocation error: 
/opt/freeradius/lib/rlm_eap_tls-1.0.0-pre0.so: undefined symbol: 
SSL_set_msg_callback

System is RedHat 8.0, /opt/freeradius/lib is in ld.so.conf and I did run 
ldconfig. FreeRADIUS version is from today CVS 2004/02/10. OpenSSL is:
# rpm -qa |grep openssl
openssl-0.9.6b-35.8
openssl-devel-0.9.6b-35.8
openssl096-0.9.6-23.8

I googled for this error message and found this (I do read the list ;>):
http://lists.cistron.nl/pipermail/freeradius-users/2003-December/026413.html
However I'm not using a new OpenSSL library, I'm using the one supplied 
with the RH system. And ldd doesn't display any errors, everything is as 
it should be (IMHO).

Any hints are welcome :).

--
Lep pozdrav,
Rok Papez.
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html