Hi,all
I want to make my ser support radius accounting,so I add:
loadmodule "/usr/local/lib/ser/modules/auth_radius.so"
loadmodule "/usr/local/lib/ser/modules/acc.so"
into my ser.cfg,and uncomment
DEFS+=-DRAD_ACC
LIBS=-L$(LOCALBASE)/lib -lradiusclient
in modules/acc/Makefile.
But after I make the whole SER and find no auth_radius.so file under /usr/local/lib/ser/modules,neither can I start the SER for it can't load this module.
Is there any thing I have not set?
Any ideas?Thank you.:)