<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#ffffff">
Le mardi 04 mai 2010 à 19:51 +0200, ds14.kornel a écrit :<BR>
<BLOCKQUOTE TYPE=CITE>
    hi<BR>
    I'm starting with linux and freeradius with peap configuration.<BR>
    I'm using debian lenny 2.6.26-2-686, when runnig freeradius -X (FreeRADIUS Version 2.0.4, for host i486-pc-linux-gnu, built on Sep  7 2008 at 23:35:34) i'm getting those errors<BR>
    <BR>
     Module: Instantiating eap<BR>
      eap {<BR>
        default_eap_type = "peap"<BR>
        timer_expire = 60<BR>
        ignore_unknown_eap_types = no<BR>
        cisco_accounting_username_bug = no<BR>
      }<BR>
     Module: Linked to sub-module rlm_eap_md5<BR>
     Module: Instantiating eap-md5<BR>
    <B>rlm_eap: Ignoring EAP-Type/tls because we do not have OpenSSL support.</B><BR>
    <B>rlm_eap: Ignoring EAP-Type/peap because we do not have OpenSSL support.</B><BR>
    <B>rlm_eap: Ignoring EAP-Type/ttls because we do not have OpenSSL support.</B><BR>
     Module: Linked to sub-module rlm_eap_mschapv2<BR>
     Module: Instantiating eap-mschapv2<BR>
       mschapv2 {<BR>
        with_ntdomain_hack = no<BR>
       }<BR>
    <B>rlm_eap: No such sub-type for default EAP type peap</B><BR>
    /etc/freeradius/eap.conf[1]: Instantiation failed for module "eap"<BR>
    /etc/freeradius/sites-enabled/inner-tunnel[223]: Failed to find module "eap".<BR>
    /etc/freeradius/sites-enabled/inner-tunnel[176]: Errors parsing authenticate section. <BR>
     }<BR>
    }<BR>
    <B>Errors initializing modules</B><BR>
    <BR>
    how should i install openssl ?? only compilation by hand will work here ??<BR>
    Can anybody give needed advice please?<BR>
    <BR>
    Thanks a lot for help! :)<BR>
</BLOCKQUOTE>
<BR>
I would say you will have to install openssl developement headers and recompile freeradius with the corrects switches to enable eap module.<BR>
<BR>
sudo apt-get install libssl-dev<BR>
<BR>
and then recompile with --with-rlm-eap<BR>
<BR>
This is just a guess.<BR>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    Kornel<BR>
    <BR>
<PRE>
-
List info/subscribe/unsubscribe? See <A HREF="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</A>
</PRE>
</BLOCKQUOTE>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
Alexandre Chapellon <<A HREF="mailto:alexandre.chapellon@mana.pf">alexandre.chapellon@mana.pf</A>><BR>
Mana SAS
</TD>
</TR>
</TABLE>
</BODY>
</HTML>