Hi,
I encountered this error when starting radiusd –X trying to make it work with peap. Can you help me fix this or give me an idea how to?
Ignoring EAP-Type/tls because we do not have OpenSSL support.
Ignoring EAP-Type/ttls because we do not have OpenSSL support.
Ignoring EAP-Type/peap because we do not have OpenSSL support.
FreeRADIUS has been compiled without SSL support - this means that it was built without the required OpenSSL development libraries present - is this a version from your distro, or a home-built version?
======================
Installation of Freeradius 2.14:
that line...
======================
$ wget
[2]ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-2.1.3.tar.gz
doesnt match this. any WHY oh WHY are you using sucha hideously out of date version? why would you go, on this present day to the download site and get a version from years ago?
$ ./configure --with-openssl
--with-openssl-includes=/usr/local/openssl/include/
--with-openssl-libraries=/usr/local/openssl/lib/
did you do that via grep WARN ? if so, you'll see it complain OR you have another copy of FreeRADIUS on your server that was built incorrectly. alan