Jason Haar <[EMAIL PROTECTED]> wrote: > I've compiled up 0.7 successfully under Redhat 7.2 with openssl-0.9.6b, but > when I try to use xsuplicant on a WLAN Linux client, radiusd crashes:
Uh, no. Your shared libraries are set up wrong. The server asks to do run-time linking, and *your* run-time linker fails to find that symbol. > radiusd: relocation error: /usr/lib/rlm_eap_tls-0.7.so: undefined symbol: > SSL_set_msg_callback_arg > > I then tried compiling 0.7 under openssl-0.9.7 and under > openssl-engine-0.9.6g (using LD_PRELOAD/etc) with the same error. <shrug> Figure out how to get shared libraries working on your system. It's not the fault of the server that your dynamic linker can't resolve a symbol. See the FAQ and the comments around 'libdir' in radiusd.conf. The ONLY way to fix the problem is to fix your linker. There's NOTHING you can do to the server which will fix the problem. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
