Help: Error in PEAP configuration
Hi guys, 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. Module: Linked to sub-module rlm_eap_mschapv2 Module: Instantiating eap-mschapv2 mschapv2 { with_ntdomain_hack = no } rlm_eap: No such sub-type for default EAP type peap /usr/local/etc/raddb/eap.conf[17]: Instantiation failed for module "eap" /usr/local/etc/raddb/sites-enabled/inner-tunnel[237]: Failed to load module "eap". /usr/local/etc/raddb/sites-enabled/inner-tunnel[190]: Errors parsing authenticate section. I followed this procedure in installing freeradius with openssl. ======================= Installation of OpenSSL 0.9.8j: ======================= $ wget http://www.openssl.org/source/openssl-0.9.8j.tar.gz $ tar xzf openssl-0.9.8j.tar.gz $ cd openssl-0.9.8j $ ./config --prefix=/usr/local/openssl shared $ make $ sudo make install ====================== Installation of Freeradius 2.14: ====================== $ wget ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-2.1.3.tar.gz $ tar xzf freeradius-server-2.1.3.tar.gz $ cd freeradius-server-2.1.3 $ ./configure --with-openssl --with-openssl-includes=/usr/local/openssl/include/ --with-openssl-libraries=/usr/local/openssl/lib/ $ make $ sudo make install PS: If needed, do a "sudo ldconfig", and in case of error consult the file "config.log". Thank you. Drei
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
participants (2)
-
Alan Buxey -
Andrei M. Castillo