hi Ville Leinonen wrote: > Hi! > > It outputs: > > [root@commando raddb]# ldd /usr/lib/rlm_eap_tls-0.7.so > libcrypto.so.2 => /lib/libcrypto.so.2 (0x40012000) > libssl.so.2 => /lib/libssl.so.2 (0x400e7000) > libnsl.so.1 => /lib/libnsl.so.1 (0x40117000) > libresolv.so.2 => /lib/libresolv.so.2 (0x4012c000) > libpthread.so.0 => /lib/i686/libpthread.so.0 (0x4013e000) > libc.so.6 => /lib/i686/libc.so.6 (0x42000000) > libdl.so.2 => /lib/libdl.so.2 (0x4016e000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) > [root@commando raddb]# > > So if i asume right, everything should be ok, but its still crash.
that's right, it looks good. I just took a look at your server output: SSL_set_msg_callback seems to be missing, probably from libssl... something must have gone wrong during your compilation or linking or both, i don't know exactly. see the output during these processes, re-do it from scratch. it should work, actually. are you using the newest version of OpenSSL or is it something which was included in redhat? you need the newest available version, the official stable version is not enough... ciao artur -- Artur Hecker Groupe Acc�s et Mobilit� hecker[at]enst[dot]fr D�partement Informatique et R�seaux +33 1 45 81 7507 46, rue Barrault 75634 Paris cedex 13 http://www.infres.enst.fr ENST Paris - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
