=?iso-8859-1?q?Ester=20Urue=F1a?= <[EMAIL PROTECTED]> wrote: > I am trying to authenticate Windows XP clients (using > EAP-TLS) through a Lucent WavePoint-II AP with > freeradius (the third pre-release of version 1.0.0) in > a Linux Red Hat machine. The version of > the openssl I am using is 0.9.7d.
You've probably got two differnet versions of OpenSSL on your machine. You've compiled FreeRADIUS against one, but at run-time, it's using another. Because the internal data structures in OpenSSL don't match, it dies. Ensure you're using ONE version of OpenSSL. See the "./configure" flags. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

