3 Jun
2005
3 Jun
'05
12:29 p.m.
Achim Friedland <mailinglists@ahzf.de> wrote:
is there a known problem with freeradius 1.0.2 and rlm_sql_postgresql? Load the sql.conf just makes my freeradius segfaulting...
It's a libltdl problem. It can't find the postgres libraries on your system, as they're probably installed in a non-standard place. Set LD_LIBRARY_PATH, or in radiusd.conf, "libdir". Or, build the server statically. Or, install the postgres libraries in a standard place. Alan DeKok.