Hi all,
Is there anything special required to get radius support into the acc module?
I have tried the following...
make distclean make config modules_include="mediaproxy auth_radius group_radius uri_radius misc_radius" group_include="mysql standard" make deb
But alas it still seems to not have it.
I have confirmed that the radius libraries are installed aswell.
ii libradiusclient-ng-dev 0.5.6-1 Enhanced RADIUS client library development f ii libradiusclient-ng2 0.5.6-1 Enhanced RADIUS client library
Cheers, Kris
Kris Amy writes:
Is there anything special required to get radius support into the acc module?
in modules/acc/Makafile:
# set ENABLE_RADIUS_ACC to true if you wish to enable RADIUS accounting # (uncomment next line or 'ENABLE_RADIUS_ACC=true make all') #ENABLE_RADIUS_ACC=true ifeq ($(ENABLE_RADIUS_ACC),true) DEFS+=-DRAD_ACC -I$(LOCALBASE)/include LIBS=-L$(LOCALBASE)/lib $(RADIUS_LIB) endif
-- juha