Hi all: I have just started to configure the Radius Server. I have downloaded and installed the latest freeradius and openssl software. I am trying to configure EAP-TLS authentication and currently using the default certificates in raddb/certs directory. eap.conf is as follows: eap { default_eap_type = tls timer_expire = 60 ignore_unknown_eap_types = no cisco_accounting_username_bug = no md5 { } leap { } gtc { auth_type = PAP } tls { private_key_password = whatever private_key_file = ${raddbdir}/certs/cert-srv.pem certificate_file = ${raddbdir}/certs/cert-srv.pem CA_file = ${raddbdir}/certs/demoCA/cacert.pem dh_file = ${raddbdir}/certs/dh random_file = ${raddbdir}/certs/random fragment_size = 1024 include_length = yes } Whenever i try to run the radiusd i get the following error: Module: Loaded System unix: cache = no unix: passwd = "(null)" unix: shadow = "(null)" unix: group = "(null)" unix: radwtmp = "/usr/local/radius/var/log/radius/radwtmp" unix: usegroup = no unix: cache_reload = 600 Module: Instantiated unix (unix) Module: Loaded eap eap: default_eap_type = "tls" eap: timer_expire = 60 eap: ignore_unknown_eap_types = no eap: cisco_accounting_username_bug = no rlm_eap: Loaded and initialized type md5 rlm_eap: Loaded and initialized type leap gtc: challenge = "Password: " gtc: auth_type = "PAP" rlm_eap: Loaded and initialized type gtc rlm_eap: Failed to link EAP-Type/tls: file not found radiusd.conf[10]: eap: Module instantiation failed. radiusd.conf[1959] Unknown module "eap". radiusd.conf[1906] Failed to parse authenticate section. I just cannot figure out the problem. I am new radius server user. Thank You Prajakta Choudhari Office firewalls, cyber cafes, college labs, don't allow you to download CHAT? Click here: http://in.messenger.yahoo.com/webmessengerpromo.php
prajakta choudhari wrote: ...
rlm_eap: Failed to link EAP-Type/tls: file not found radiusd.conf[10]: eap: Module instantiation failed. radiusd.conf[1959] Unknown module "eap". radiusd.conf[1906] Failed to parse authenticate section.
You do not have OpenSSL installed on your system. Install OpenSSL, then re-build and re-install the server Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
Hi, Im the first time user of FreeRadius (as a part of Jradius). To use Jradius, first it is required to configure and install FreeRadius as follows:- -configure -make -make install So when i did make install, it gave the following error:- gmake[5]: Entering directory `/radius/jradius/freeradius/freeradius-1.1.6/src/modules' Making install in rlm_acct_unique... gmake[6]: Entering directory `/radius/jradius/freeradius/freeradius-1.1.6/src/modules/rlm_acct_unique' if [ "xrlm_acct_unique" != "x" ]; then \ /radius/jradius/freeradius/freeradius-1.1.6/libtool --mode=install /radius/jradius/freeradius/freeradius-1.1.6/install-sh -c -c \ rlm_acct_unique.la /radius/jradius/freeradius/freeradius-1.1.6/usr/local/lib/rlm_acct_unique.la || exit $?; \ rm -f /radius/jradius/freeradius/freeradius-1.1.6/usr/local/lib/rlm_acct_unique-1.1.6.la; \ ln -s rlm_acct_unique.la /radius/jradius/freeradius/freeradius-1.1.6/usr/local/lib/rlm_acct_unique-1.1.6.la || exit $?; \ fi libtool: install: warning: relinking `rlm_acct_unique.la' (cd /radius/jradius/freeradius/freeradius-1.1.6/src/modules/rlm_acct_unique; /bin/bash /radius/jradius/freeradius/freeradius-1.1.6/libtool --mode=relink cc -release 1.1.6 -module -export-dynamic -o rlm_acct_unique.la -rpath /usr/local/lib rlm_acct_unique.lo rlm_acct_unique.c /radius/jradius/freeradius/freeradius-1.1.6/src/lib/libradius.la -lnsl -lresolv -lsocket -lposix4 -lpthread -inst-prefix-dir /radius/jradius/freeradius/freeradius-1.1.6) libtool: link: unable to infer tagged configuration libtool: link: specify a tag with `--tag' libtool: install: error: relink `rlm_acct_unique.la' with the above command before installing it gmake[6]: *** [install] Error 1 gmake[6]: Leaving directory `/radius/jradius/freeradius/freeradius-1.1.6/src/modules/rlm_acct_unique' gmake[5]: *** [common] Error 2 gmake[5]: Leaving directory `/radius/jradius/freeradius/freeradius-1.1.6/src/modules' gmake[4]: *** [install] Error 2 gmake[4]: Leaving directory `/radius/jradius/freeradius/freeradius-1.1.6/src/modules' gmake[3]: *** [common] Error 2 gmake[3]: Leaving directory `/radius/jradius/freeradius/freeradius-1.1.6/src' gmake[2]: *** [install] Error 2 gmake[2]: Leaving directory `/radius/jradius/freeradius/freeradius-1.1.6/src' gmake[1]: *** [common] Error 2 gmake[1]: Leaving directory `/radius/jradius/freeradius/freeradius-1.1.6' make: *** [install] Error 2 sauagarw-sb1500:/radius/jradius/freeradius/freeradius-1.1.6>libtool --mode=relink cc -release 1.1.6 -module -export-dynamic -o rlm_acct_unique.la -rpath /usr/local/lib rlm_acct_unique.lo rlm_acct_unique.c /radius/jradius/freeradius/freeradius-1.1.6/src/lib/libradius.la -lnsl -lresolv -lsocket -lposix4 -lpthread -inst-prefix-dir /radius/jradius/freeradius/freeradius-1.1.6 libtool: invalid operation mode `relink' Try `libtool --help' for more information. I tried searching a lot but couldnt find anything. Please do provide me with your valuable inputs as im stuck on this one. Thanks and Regards Saurabh --------------------------------- Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search.
saurabh agarwal wrote: ...
So when i did make install, it gave the following error:- ... libtool: link: unable to infer tagged configuration libtool: link: specify a tag with `--tag' ... I tried searching a lot but couldnt find anything. Please do provide me with your valuable inputs as im stuck on this one.
Searching on Google with "libtool unable to infer tagged configuration" yeilds a FAQ as the third link: http://www.astro.gla.ac.uk/users/norman/star/ssn78/ssn78.htx/N-a5b1.html Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (3)
-
Alan Dekok -
prajakta choudhari -
saurabh agarwal