"Francisco Gimeno" <[EMAIL PROTECTED]> wrote: > freeradius: relocation error: /usr/lib/freeradius/rlm_sqlippool-1.1.3.so: > undefined symbol: sql_get_socket
It looks like the linker on your system isn't resolving symbols globally. Since the same problem appears with the CVS head, it looks like it's a system issue, and not FreeRADIUS. From what I recall of Debian, they have RTLD_GLOBAL turned off by default, so this behavior is expected. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

