Giovanni Lovato wrote:
> I compiled deb packages from 2.0.4 sources. I would use rlm_sqlippool
> but I get this message:
> 
> symbol lookup error: /usr/lib/freeradius/rlm_sqlippool-2.0.4.so:
> undefined symbol: sql_get_socket
> 
> How can I solve that?

  Link the server statically:

$ ./configure --disable-shared

  Then again, Debian might only have shared versions of some libraries
(e.g. Perl), so this might not work, either.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to