undefined symbol: sql_get_socket

Alan DeKok aland at deployingradius.com
Sun May 25 17:03:15 CEST 2008


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.



More information about the Freeradius-Users mailing list