Quoting Sevcik Berndt <[EMAIL PROTECTED]>:
> > When I check this with lddit seems that everything is okay. > ITS-Test1:/usr/lib/freeradius# > ldd/usr/lib/freeradius/rlm_eap_tls-0.9-pre.so > libcrypto.so.0.9.6 => /usr/lib/i586/libcrypto.so.0.9.6 > (0x4000c000) > libssl.so.0.9.6 => /usr/lib/i586/libssl.so.0.9.6 (0x400c4000) ...... > I am using the following versions: > OpenSSL 0.9.7b-2 > Freeradius 0.8.1+0.9pre20030617-1 Your linker IS NOT linking to the 0.9.7b version libraries, but the old 0.9.6 version... check your ssl environment variable to make sure it points to /usr/local/lib, if that is where you installed OpenSSL 0.9.7b. Alternatively you can recompile OpenSSL with './config --prefix=/usr --openssldir=/etc/ssl'; this will overwrite the original ssl install... make sure you copy /etc/ssl/openssl.cnf to openssl.cnf.old or something similar if you want to keep that configuration. You WILL need OpenSSL 0.9.7beta or later to use the EAP-TLS module. Michael Brown <----------------------------------------------------> mikro network solutions * http://www.mikro-net.com - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
