28 May
2008
28 May
'08
12:45 p.m.
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 NO problem with just using rlm_sql. It's using sqlippool that causes problems. The underlying issue is that Debian has RTLD_GLOBAL turned off, where other distributions has it turned on. We're looking into ways to fix this. Alan DeKok.