This happens when I have added ``` app_perl db_perlvdb ```
Also when I added ``` acc_radius auth_radius misc_radius ``` I can see error ``` -- Checking for module 'radcli' -- Package 'radcli' not found CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:645 (message): The following required packages were not found:
- radcli
Call Stack (most recent call first): /usr/share/cmake/Modules/FindPkgConfig.cmake:873 (_pkg_check_modules_internal) cmake/modules/FindRadius.cmake:44 (pkg_check_modules) src/modules/acc_radius/CMakeLists.txt:5 (find_package) ``` In normal case required only devel files in the 'freeradius-client-devel': ``` [root@nout SPECS]# rpm -ql freeradius-client-devel /usr/include/freeradius-client.h /usr/lib64/libfreeradius-client.so ``` Could you pass check when `freeradius-client.h` is present.