Problem with eap-tls, eap-peap

2004-09-21 Thread Guus Houtzager - Luna.nl
Hi, I'm trying to get eap-tls and eap-peap to work so I can use wpa on my access point and client, but I'm getting this error when I try to authenticate: /usr/sbin/freeradius: relocation error: /usr/lib/freeradius/rlm_eap_peap-1.0.0.so: undefined symbol: eaptls_process I'm running this on a

Re: Problem with eap-tls, eap-peap

2004-09-21 Thread Alan DeKok
Guus Houtzager - Luna.nl [EMAIL PROTECTED] wrote: I'm trying to get eap-tls and eap-peap to work so I can use wpa on my access point and client, but I'm getting this error when I try to authenticate: /usr/sbin/freeradius: relocation error: /usr/lib/freeradius/rlm_eap_peap-1.0.0.so: undefined

Re: Problem with eap-tls, eap-peap

2004-09-21 Thread Guus Houtzager - Luna.nl
On Tue, 2004-09-21 at 16:24, Alan DeKok wrote: Guus Houtzager - Luna.nl [EMAIL PROTECTED] wrote: I'm trying to get eap-tls and eap-peap to work so I can use wpa on my access point and client, but I'm getting this error when I try to authenticate: /usr/sbin/freeradius: relocation error:

Re: Problem with eap-tls, eap-peap

2004-09-21 Thread Alan DeKok
Guus Houtzager - Luna.nl [EMAIL PROTECTED] wrote: Is the rlm_eap_tls module on your system? This is with freeradius 1.0.1, exact same relocation error. At this point, I'd say to do: $ ./configure --disable-shared Alan DeKok. - List info/subscribe/unsubscribe? See

Re: Problem with eap-tls, eap-peap

2004-09-21 Thread wang hao
chown -R root:root ./freeradius-1.0.0 cd freeradius-1.0.0 ./configure \ --prefix=/usr/local/radius \ --with-openssl-includes=/usr/local/ssl/include \ --with-openssl-libraries=/usr/local/ssl/lib \ --without-rlm_krb5 make make install this runing redhat linux AS3 On Tue, 21 Sep 2004 09:54:07