28 Sep
2011
28 Sep
'11
9:28 a.m.
Thor Spruyt wrote:
Any ideas on what could be the problem here or any solution or tips on where to look further?
FreeRADIUS is built with Postgresql && SSL. So it assumes that Postgresql can do SSL, too. The simple fix is to go to the sql_postgresql.c file, and delete the code which refers to PQinitSSL A longer term fix is to update the "configure" script to look for PQinitSSL. Alan DeKok.