### Description
On Fedora distr package `radiusclient-ng` is replaced by `freeradius-client`. [More info](https://src.fedoraproject.org/rpms/radiusclient-ng/commits/master) After updating `spec` file build of `acc_radius_mod` is still not possible details of error ``` [ 529s] In file included from acc_radius_mod.c:44:0: [ 529s] ../misc_radius/radius.h:38:12: fatal error: radiusclient-ng.h: No such file or directory [ 529s] #include <radiusclient-ng.h> [ 529s] ^~~~~~~~~~~~~~~~~~~ [ 529s] compilation terminated. [ 529s] make[2]: *** [../../Makefile.rules:100: acc_radius_mod.o] Error 1 [ 529s] make[1]: *** [Makefile:511: modules] Error 1 [ 529s] make[1]: Leaving directory '/home/abuild/rpmbuild/BUILD/kamailio-5.0.3/src' [ 529s] make: *** [Makefile:27: every-module] Error 2 ```
Think need use package `freeradius-client` and if this not installed then try to use `radiusclient-ng`.