Hello,
i want to use Freeradius with PEAP.
Have compiled and configured the newest Package available from freeradius.org (1.0.0-pre1).
When i start the Daemon it will die with the following error:
***
Tue Jun 1 10:31:35 2004 : Debug: radiusd: entering modules setup
Tue Jun 1 10:31:35 2004 : Debug: Module: Library search path is /usr/lib/freeradius
Tue Jun 1 10:31:35 2004 : Debug: Module: Loaded eap
Tue Jun 1 10:31:35 2004 : Debug: eap: default_eap_type = "peap"
Tue Jun 1 10:31:35 2004 : Debug: eap: timer_expire = 60
Tue Jun 1 10:31:35 2004 : Debug: eap: ignore_unknown_eap_types = no
Tue Jun 1 10:31:35 2004 : Debug: eap: cisco_accounting_username_bug = no
Tue Jun 1 10:31:35 2004 : Debug: rlm_eap: Loaded and initialized type md5
Tue Jun 1 10:31:35 2004 : Debug: rlm_eap: Loaded and initialized type leap
Tue Jun 1 10:31:35 2004 : Debug: tls: rsa_key_exchange = no
Tue Jun 1 10:31:35 2004 : Debug: tls: dh_key_exchange = yes
Tue Jun 1 10:31:35 2004 : Debug: tls: rsa_key_length = 512
Tue Jun 1 10:31:35 2004 : Debug: tls: dh_key_length = 512
Tue Jun 1 10:31:35 2004 : Debug: tls: verify_depth = 0
Tue Jun 1 10:31:35 2004 : Debug: tls: CA_path = "(null)"
Tue Jun 1 10:31:35 2004 : Debug: tls: pem_file_type = yes
Tue Jun 1 10:31:35 2004 : Debug: tls: private_key_file = "/etc/1x/freeradius-key.pem"
Tue Jun 1 10:31:35 2004 : Debug: tls: certificate_file = "/etc/1x/freeradius-cert.pem"
Tue Jun 1 10:31:35 2004 : Debug: tls: CA_file = "/etc/1x/freeradius-cert.pem"
Tue Jun 1 10:31:35 2004 : Debug: tls: private_key_password = <deleted>
Tue Jun 1 10:31:35 2004 : Debug: tls: dh_file = "/etc/1x/DH"
Tue Jun 1 10:31:35 2004 : Debug: tls: random_file = "/etc/1x/random"
Tue Jun 1 10:31:35 2004 : Debug: tls: fragment_size = 1024
Tue Jun 1 10:31:35 2004 : Debug: tls: include_length = yes
Tue Jun 1 10:31:35 2004 : Debug: tls: check_crl = no
Tue Jun 1 10:31:35 2004 : Debug: tls: check_cert_cn = "(null)"
Tue Jun 1 10:31:35 2004 : Debug: rlm_eap: Loaded and initialized type tls
Tue Jun 1 10:31:35 2004 : Debug: peap: default_eap_type = "mschapv2"
Tue Jun 1 10:31:35 2004 : Debug: peap: copy_request_to_tunnel = no
Tue Jun 1 10:31:35 2004 : Debug: peap: use_tunneled_reply = no
Tue Jun 1 10:31:35 2004 : Debug: peap: proxy_tunneled_request_as_eap = yes
freeradius: relocation error: /usr/lib/freeradius/rlm_eap_peap-1.0.0-pre1.so: undefined symbol: eaptype_name2type
***
The output of ldd seems ok:
# ldd -r /usr/sbin/freeradius
libnsl.so.1 => /lib/libnsl.so.1 (0x4001c000)
libresolv.so.2 => /lib/libresolv.so.2 (0x40031000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40043000)
libssl.so.0.9.7 => /usr/lib/i686/cmov/libssl.so.0.9.7 (0x40095000)
libradius-1.0.0-pre1.so => /usr/lib/freeradius/libradius-1.0.0-pre1.so (0x400c6000)
libsnmp-0.4.2.so => /usr/lib/libsnmp-0.4.2.so (0x400da000)
libcrypto.so.0.9.7 => /usr/lib/i686/cmov/libcrypto.so.0.9.7 (0x4013c000)
libltdl.so.3 => /usr/lib/libltdl.so.3 (0x40239000)
libdl.so.2 => /lib/libdl.so.2 (0x40240000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40244000)
libc.so.6 => /lib/libc.so.6 (0x40271000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Any idea where the problem is?
Regards, Peter
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

