Help Compiling ikev2, EVP_sha256 and tncs: Freeradius 3.0
Hi All, Please I am having challange building ikev2 and tncs library into the freeradius 3.0.0. Though I have installed the latest version of ikev2_0.2 and libtnc this is the error message I keep getting, moreover could I be helped on how to indicate the tncs library path in the configure line. ./configure --prefix=/home/fradius/install/radius --with-mysql-dir=/home/fradius/install --with-eap-ikev2-includes=/home/fradius/install/net/include/ --with-eap-ikev2-libraries=/home/fradius/install/net/lib/ |grep warn configure: WARNING: silently not building rlm_eap_ikev2. configure: WARNING: FAILURE: rlm_eap_ikev2 requires: libeap-ikev2. configure: WARNING: the TNCS library isn't found! configure: WARNING: silently not building rlm_eap_tnc. configure: WARNING: FAILURE: rlm_eap_tnc requires: -lTNCS. configure: WARNING: EVP_sha256 not found, may have issues wirh WiMAX certificates configure: WARNING: silently not building rlm_sql_iodbc. configure: WARNING: FAILURE: rlm_sql_iodbc requires: libiodbc isql.h. configure: WARNING: silently not building rlm_sql_postgresql. configure: WARNING: FAILURE: rlm_sql_postgresql requires: libpq-fe.h libpq. configure: WARNING: oracle headers not found. Use --with-oracle-include-dir=<path>. configure: WARNING: silently not building rlm_sql_oracle. configure: WARNING: FAILURE: rlm_sql_oracle requires: oci.h. configure: WARNING: silently not building rlm_sql_unixodbc. configure: WARNING: FAILURE: rlm_sql_unixodbc requires: libodbc sql.h. Thank you Strenght and Honour! Akinpelu Emmanuel 08054711181 ok
akinpelu emmanuel wrote:
Though I have installed the latest version of ikev2_0.2 and libtnc this is the error message I keep getting, moreover could I be helped on how to indicate the tncs library path in the configure line.
$ export CFLAGS=-I... $ export LDFLAGS=... $ ./configure This has little to do with FreeRADIUS, and instead requires familiarity with Unix build systems. Alan DeKok.
Hi Alan, I have set the CFLAGS and LDFLAGS but I still get same error, but when I run rlm_eap_ikev2 configure I had this line of . . . checking for ikev2_set_log_callback in -leap-ikev2... no checking EAPIKEv2/connector.h usability... yes checking EAPIKEv2/connector.h presence... yes checking for EAPIKEv2/connector.h... yes configure: WARNING: silently not building rlm_eap_ikev2. configure: WARNING: FAILURE: rlm_eap_ikev2 requires: libeap-ikev2. configure: creating ./config.status config.status: creating Makefile I think the problem is with the ikev2_set_log_callback in -leap-ikev2... no Is there a way I can handle this? Thank you --- On Wed, 4/27/11, Alan DeKok <aland@deployingradius.com> wrote: From: Alan DeKok <aland@deployingradius.com> Subject: Re: Help Compiling ikev2, EVP_sha256 and tncs: Freeradius 3.0 To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Date: Wednesday, April 27, 2011, 8:52 AM akinpelu emmanuel wrote:
Though I have installed the latest version of ikev2_0.2 and libtnc this is the error message I keep getting, moreover could I be helped on how to indicate the tncs library path in the configure line.
$ export CFLAGS=-I... $ export LDFLAGS=... $ ./configure This has little to do with FreeRADIUS, and instead requires familiarity with Unix build systems. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
akinpelu emmanuel wrote:
Hi Alan,
I have set the CFLAGS and LDFLAGS
To what?
I think the problem is with the ikev2_set_log_callback in -leap-ikev2... no
Is there a way I can handle this?
Fix the software so it works. I don't run EAP-IKEv2, so I don't pay much attention to it. The source code for that module contains email addresses of the people who wrote it. Ask them what to do. Alan DeKok.
Hi Alan, Thanks, I find a fix. Incase anyone needs same help, he could follow this documentation here http://trust.inform.fh-hannover.de/wiki/index.php/Howto_build_a_tnc@fhh-Serv.... Thank you --- On Wed, 4/27/11, Alan DeKok <aland@deployingradius.com> wrote: From: Alan DeKok <aland@deployingradius.com> Subject: Re: Help Compiling ikev2, EVP_sha256 and tncs: Freeradius 3.0 To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Date: Wednesday, April 27, 2011, 12:33 PM akinpelu emmanuel wrote:
Hi Alan, I have set the CFLAGS and LDFLAGS
To what?
I think the problem is with the ikev2_set_log_callback in -leap-ikev2... no Is there a way I can handle this?
Fix the software so it works. I don't run EAP-IKEv2, so I don't pay much attention to it. The source code for that module contains email addresses of the people who wrote it. Ask them what to do. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi,
akinpelu emmanuel wrote:
Though I have installed the latest version of ikev2_0.2 and libtnc this is the error message I keep getting, moreover could I be helped on how to indicate the tncs library path in the configure line.
other than a particularly neat need to make the compile happen without a single WARNING message, is there any particular reason why you want IKEv2 AND TNC in the server? :-) alan
participants (3)
-
akinpelu emmanuel -
Alan Buxey -
Alan DeKok