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: > > /usr/lib/freeradius/rlm_eap_peap-1.0.0.so: undefined symbol: > > eaptls_process > > Is the rlm_eap_tls module on your system?
This is with freeradius 1.0.1, exact same relocation error.
$ ls -l /usr/lib/freeradius/rlm_eap_tls*
lrwxrwxrwx 1 root root 14 Sep 20 14:36
/usr/lib/freeradius/rlm_eap_tls-1.0.1.la -> rlm_eap_tls.la
-rw-r--r-- 1 root root 28048 Sep 20 14:36
/usr/lib/freeradius/rlm_eap_tls-1.0.1.so
-rw-r--r-- 1 root root 512244 Sep 20 14:35
/usr/lib/freeradius/rlm_eap_tls.a
-rw-r--r-- 1 root root 801 Sep 20 14:35
/usr/lib/freeradius/rlm_eap_tls.la
lrwxrwxrwx 1 root root 20 Sep 20 14:36
/usr/lib/freeradius/rlm_eap_tls.so -> rlm_eap_tls-1.0.1.so
> Have you configured the tls{} sub-section of eap{} ?
tls {
private_key_password = <secret>
private_key_file = ${raddbdir}/certs/cert-srv.pem
certificate_file = ${raddbdir}/certs/cert-srv.pem
CA_file = ${raddbdir}/certs/wpa/cacert.pem
dh_file = ${raddbdir}/certs/dh
random_file = ${raddbdir}/certs/random
fragment_size = 1024
include_length = yes
}
All the files named (.pem stuff etc) exist.
> Alan DeKok.
Thanks!
Regards,
Guus
--
Luna.nl B.V.
Puntegaalstraat 109 * 3024 EB Rotterdam
Postbus 63000 * 3002 JA Rotterdam
T 010 7502000 * F 010 7502002 * www.luna.nl
signature.asc
Description: This is a digitally signed message part

