27 May
2008
27 May
'08
12:20 p.m.
Alan DeKok wrote:
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.
It doesn't work, `ld' complains about unavailable static libraries. What I can't understand is why other module that use MySQL aren't affected by this problem!