On Dec 21, 2017, at 9:41 AM, Bassem Mettichi <mettichi@gmail.com> wrote:
has any one tested freeradius 3.0.15 + redis database?
Yes.
i have compiled freeradius 3.0.015 and i have linked redis and rediswh from mods-available to mods-enable but when i try to start freeradius debug mode i get this error:
/opt/freeradius/v.3.0.15/etc/raddb/mods-enabled/redis[10]: Failed to link to module 'rlm_redis': /opt/freeradius/v.3.0.15/lib/rlm_redis.so: cannot open shared object file: No such file or directory
Please i need your help could someone tell me how to correct this?
You need to install the redis libraries on your system, and re-build. See the output of "configure". When it's checking rlm_redis, it will tell you what it's looking for, and whether nor not those things are found. If the "configure" stage doesn't find the redis libraries or headers. it won't build rlm_redis. Alan DeKok.