Hi,
I'm trying to install the latest version of SER from iptel on FreeBSD 4.8. I have radiusclient-0.3.2 installed. The radius server is installed on another machine and working properly.
Whenever I try to do a gmake install for SER, I get errors: module modules/acc/acc.so not compiled module modules/auth_radius/auth_radius.so not compiled module modules/group_radius/group_radius.so not compiled module modules/uri_radius/uri_radius.so not compiled
When I check the directory "/usr/local/lib/ser/modules", I can't find these files (auth_radius.so, acc.so, etc).
Thanks!
Johnny Lum, Programmer VoIP, ADSL, Wireless Hot Spots, 56K Roaming, Call Center, Server Hosting www.aebc.com Sales: 604.288.1088 Support: 604.279.9078 Fax: 604.207.0155
Hi Johnny,
To have this modules compiles, change in Makefile the content of variable "exclude_modules" (that's a list of module that will be excluded from compilation and installation). So, remove the acc , auth_radius, group_radius and uri_radius from this list. To compile the acc module with radius support, in modules/acc/Makefile, uncomment the following like: #DEFS+=-DRAD_ACC -I$(LOCALBASE)/include (there are some helpful comments there)
Regards, Bogdan
Johnny Lum wrote:
Hi,
I'm trying to install the latest version of SER from iptel on FreeBSD 4.8. I have radiusclient-0.3.2 installed. The radius server is installed on another machine and working properly.
Whenever I try to do a gmake install for SER, I get errors: module modules/acc/acc.so not compiled module modules/auth_radius/auth_radius.so not compiled module modules/group_radius/group_radius.so not compiled module modules/uri_radius/uri_radius.so not compiled
When I check the directory "/usr/local/lib/ser/modules", I can't find these files (auth_radius.so, acc.so, etc).
Thanks!
Johnny Lum, Programmer VoIP, ADSL, Wireless Hot Spots, 56K Roaming, Call Center, Server Hosting www.aebc.com http://www.aebc.com Sales: 604.288.1088 Support: 604.279.9078 Fax: 604.207.0155
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers