undefined symbol: sql_get_socket

2009-05-14 Thread Цэвээндорж ЖиМэйл
Hello, Today I've changed my OS and install FreeRADIUS 1.1.7. I got following error when I enabled sqlippool. Freeradius: symbol lookup error: /usr/lib/freeradius/rlm_sqlippool.so: undefined symbol: sql_get_socket How do I do ? Sincerely, Tseveendorj - List info/subscribe/unsubscribe? See

Re: undefined symbol: sql_get_socket

2009-05-14 Thread Ivan Kalik
Today I've changed my OS and install FreeRADIUS 1.1.7. Why? That version is years out of date and is not supported. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: undefined symbol: sql_get_socket

2009-05-14 Thread Tseveendorj Ochirlantuu
Oh, Really I've installed Ubuntu 8.04 LTS x86-64. I installed freeradius following command. sudo apt-get install freeradius freeradius-mysql :D I found your recommendation on following URL https://lists.freeradius.org/pipermail/freeradius-users/2008-September/msg00143.html I changed instance

Re: undefined symbol: sql_get_socket

2008-05-28 Thread Giovanni Lovato
: 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

Re: undefined symbol: sql_get_socket

2008-05-28 Thread Nicolas Goutte
/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

Re: undefined symbol: sql_get_socket

2008-05-28 Thread Phil Mayers
Nicolas Goutte wrote: Am 27.05.2008 um 18:20 schrieb Giovanni Lovato: 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

Re: undefined symbol: sql_get_socket

2008-05-28 Thread Alan DeKok
Giovanni Lovato wrote: 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! Because the problem is that the sqlippool module uses code from rlm_sql, which in turn uses MySQL. There is

Re: undefined symbol: sql_get_socket

2008-05-27 Thread Nicolas Goutte
Am 27.05.2008 um 18:20 schrieb Giovanni Lovato: 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

Re: undefined symbol: sql_get_socket

2008-05-25 Thread Alan DeKok
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

undefined symbol: sql_get_socket

2008-05-24 Thread Giovanni Lovato
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? smime.p7s Description: S/MIME Cryptographic Signature - List info/subscribe