Re: Failed to link EAP type EAP/TLS

2006-11-07 Thread Chad Best
 
Alan DeKok [EMAIL PROTECTED] wrote:
 
  
 The TLS module wasn't built because you don't
 have
  OpenSSL
  installed.  (Or you're running debian).  Install
 OpenSSL, then
 re-build and re-install the server.
 
 Thanks Alan.  You are right, I am running
 Debian(Ubuntu).  I checked and OpenSSL is installed.
 
 OpenSSL and Freeradius have both been installed with
 the Synaptic package manager.  Is there anything
 else
 I can do?  Any help would be greatly appreciated.
 

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Failed to link EAP type EAP/TLS

2006-11-07 Thread Nicolas Baradakis
Chad Best wrote:

  OpenSSL and Freeradius have both been installed with
  the Synaptic package manager.  Is there anything
  else
  I can do?  Any help would be greatly appreciated.

You could build a Debian package from sources. The wiki explains how
to do that.

http://wiki.freeradius.org/Build

-- 
Nicolas Baradakis

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Failed to link EAP type EAP/TLS

2006-11-07 Thread Alan DeKok
Chad Best [EMAIL PROTECTED] wrote:
  OpenSSL and Freeradius have both been installed with
  the Synaptic package manager.  Is there anything
  else
  I can do?  Any help would be greatly appreciated.

  See the wiki.  Debian is covered there.

  Alan DeKok.
--
  http://deployingradius.com   - The web site of the book
  http://deployingradius.com/blog/ - The blog
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Failed to link EAP type EAP/TLS

2006-11-07 Thread Chad Best
Nicolas Baradakis [EMAIL PROTECTED] wrote:

 You could build a Debian package from sources. The
 wiki explains how
 to do that.
 
 http://wiki.freeradius.org/Build

OK, I will do that.  Thanks for the advice.  Will I
need to do anything with OpenSSL.



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Failed to link EAP type EAP/TLS

2006-11-06 Thread Chad Best
Hello folks,I am trying to setup wireless authentication using a HOWTO guide from www.tldp.org/HOWTO/8021X-HOWTO/cert.html.In that howto guide, Lars Strand guides the user through setting up radius to be configured for peap using tls with MSChapv2 for authentication. Then, at the end, he guides the user to running Freeradius in debug mode.This is the message that I get near the end of running in debug mode. Module: Loaded eapeap: default_eap_type = "peap"eap: timer_expire = 60eap: ignore_unknown_eap_types = noeap: cisco_accounting_username_bug = norlm_eap: Loaded and initialized type md5rlm_eap: Loaded and initialized type leapgtc: challenge = "Password: "gtc: auth_type = "PAP"rlm_eap: Loaded and initialized type gtcrlm_eap: Failed to link EAP-Type/tls: rlm_eap_tls.so: cannot open shared object file: No such file or directoryradiusd.conf[10]: eap:
 Module instantiation failed.radiusd.conf[1893] Unknown module "eap".radiusd.conf[1840] Failed to parse authenticate section.Can someone please help.- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Failed to link EAP type EAP/TLS

2006-11-06 Thread Alan DeKok
Chad Best [EMAIL PROTECTED] wrote:
 rlm_eap: Failed to link EAP-Type/tls: rlm_eap_tls.so: cannot open shared 
 object file: No such file or directory
 radiusd.conf[10]: eap: Module instantiation failed.

  The TLS module wasn't built because you don't have OpenSSL
installed.  (Or you're running debian).  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
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html