Ben Dowling <[EMAIL PROTECTED]> wrote: > I've loaded up radiusd into gdb and the bug looks the same as > http://bugs.freeradius.org/show_bug.cgi?id=98. That page says the solution is > to pass configure the --disable-shared flag, which I have done, yet the bug > remains.
Then put the libraries some place where the run-time dynamic linker can find them. The root cause of this problem is that your linker cannot find libraries on your system. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

