and again,
http://bugs.freeradius.org/show_bug.cgi?id=98
configuring with --disable-shared && make halts at the message of my first email, something with the rlm_x99_token.
some strace output:
[..]
write(1, " gtc: challenge = \"Password: \"\n", 31 gtc: challenge = "Password: "
) = 31
time(NULL) = 1103255116
write(1, " gtc: auth_type = \"PAP\"\n", 24 gtc: auth_type = "PAP"
) = 24
time(NULL) = 1103255116
write(1, "rlm_eap: Loaded and initialized "..., 41rlm_eap: Loaded and
initialized type gtc
) = 41
open("/usr/local/lib/rlm_eap_tls.la", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/lib/rlm_eap_tls.la", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/rlm_eap_tls.la", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("rlm_eap_tls.la", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/usr/local/lib/rlm_eap_tls.so", R_OK) = -1 ENOENT (No such file or
directory)
access("/lib/rlm_eap_tls.so", R_OK) = -1 ENOENT (No such file or directory)
access("/usr/lib/rlm_eap_tls.so", R_OK) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/rlm_eap_tls.so", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=8877, ...}) = 0
old_mmap(NULL, 8877, PROT_READ, MAP_PRIVATE, 6, 0) = 0x40241000
close(6) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/tls/rlm_eap_tls.so", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/lib/rlm_eap_tls.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/cmov/rlm_eap_tls.so", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/usr/lib/i686/rlm_eap_tls.so", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/usr/lib/rlm_eap_tls.so", O_RDONLY) = -1 ENOENT (No such file or
directory)
munmap(0x40241000, 8877) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV (core dumped) +++i'm hardly able to code or make sense of this, are there any suggestions to what might be going wrong here? missing libraries?
/usr/local/lib/rlm_eap_tls.la, like the strace output suggests, isn't there.
thanks again,
sven
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

