26 Mar
2007
26 Mar
'07
5:46 a.m.
Vitaly Bodzhgua wrote:
Makefile.in for rlm_sql_firebird in freeradius-1.1.5 source code has the line: SRCS = sql_firebird.c
It should be replaced with SRCS = sql_firebird.c sql_fbapi.c
Added, thanks. You might checkout "branch_1_1" of the CVS and double-check that everything is OK. $ cvs -d :pserver:anoncvs@cvs.freeradius.org:/source login CVS password: anoncvs $ cvs -d :pserver:anoncvs@cvs.freeradius.org:/source checkout -r branch_1_1 radiusd Then you can use the command "cvs diff -u" to send any update to the rlm_sql_firebird module. -- Nicolas Baradakis