I've configured everything as in 'Howto', but FreeRADIUS craches when a wireless client is detected:
modcall: entering group authorize modcall[authorize]: module "preprocess" returns ok modcall[authorize]: module "eap" returns updated rlm_realm: No '@' in User-Name = "sgi", looking up realm NULL rlm_realm: No such realm NULL modcall[authorize]: module "suffix" returns noop users: Matched sgi at 97 modcall[authorize]: module "files" returns ok modcall: group authorize returns updated rad_check_password: Found Auth-Type EAP auth: type "EAP" modcall: entering group authenticate rlm_eap: Request found, released from the list rlm_eap: EAP_TYPE - tls rlm_eap: processing type tls rlm_eap_tls: Received EAP-TLS ACK message /usr/local/radius/sbin/radiusd: relocation error: /usr/local/radius/lib/rlm_eap_tls-0.8.1.so: undefined symbol: eaptls_gen_mppe_keys
What could be the problem?
something went wrong with linking to the mentioned module. perhaps it didn't compile well. verify that it exists, is accessible, is not of zero length and try "ldd /usr/local/radius/lib/rlm_eap_tls-0.8.1.so" to see what's wrong.
and: it's not really a crash. it exits with an error.
ciao artur
-- Artur Hecker Département Informatique et Réseaux, ENST Paris http://www.infres.enst.fr/~hecker
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
