Sqlippool & debian - sql_get_socket unresolved symbol
Hi all, I know the topic has been discussed about a year ago, but I'd like to know if it's going to be solved. I know that Alan said it's not a FR issue (http://lists.cistron.nl/pipermail/freeradius-users/2006-October/057588. html), but many people says that turning on RTLD_GLOBAL is a security weakness, so perhaps it's overall good to fix the code to make it work even with RTLD_GLOBAL turned off. What do you think? Regards, Francesco.
Francesco Cristofori wrote:
I know that Alan said it's not a FR issue (http://lists.cistron.nl/pipermail/freeradius-users/2006-October/057588. html), but many people says that turning on RTLD_GLOBAL is a security weakness, so perhaps it's overall good to fix the code to make it work even with RTLD_GLOBAL turned off.
Try editing the Makefiles so that rlm_sqlippool links to rlm_sql. Maybe that will solve the problem. Or, statically link the application. Alan DeKok.
participants (2)
-
Alan DeKok -
Francesco Cristofori