hi, I have installed freeradius via packages.networkradius.com. At first I thought the "freeradius-redis" package would include the rlm_cache_redis driver, but it doesn't. I get the output below: rlm_ldap (dc4): Bind successful # Instantiating module "redis" from file /etc/freeradius/mods-enabled/redis rlm_redis (redis): Initialising connection pool pool { start = 5 min = 5 max = 10 spare = 2 uses = 0 lifetime = 0 cleanup_interval = 30 idle_timeout = 60 retry_delay = 30 spread = no } rlm_redis (redis): Opening additional connection (0), 1 of 10 pending slots used rlm_redis (redis): Opening additional connection (1), 1 of 9 pending slots used rlm_redis (redis): Opening additional connection (2), 1 of 8 pending slots used rlm_redis (redis): Opening additional connection (3), 1 of 7 pending slots used rlm_redis (redis): Opening additional connection (4), 1 of 6 pending slots used # Instantiating module "cache" from file /etc/freeradius/mods-enabled/cache /etc/freeradius/mods-enabled/cache[23]: Could not link driver rlm_cache_redis: (null) /etc/freeradius/mods-enabled/cache[23]: Make sure it (and all its dependent libraries!) are in the search path of your system's ld /etc/freeradius/mods-enabled/cache[23]: Instantiation failed for module "cache" In the path /usr/lib/freeradius there is no rlm_cache_redis.so root@freeradiusv3dev:/usr/lib/freeradius# ls rlm_cache rlm_cache.so rlm_cache_rbtree.so root@freeradiusv3dev:/usr/lib/freeradius# ls rlm_cache Checking the output of ldconfig -v I also found nothing about rlm_cache_redis. Which package includes the rlm_cache_redis driver? Or do I need to compile this driver?
On 19/05/2023 19:39, dextá wrote:
I have installed freeradius via packages.networkradius.com. At first I thought the "freeradius-redis" package would include the rlm_cache_redis driver, but it doesn't.
It's not marked as stable, so not included in the packages.
Which package includes the rlm_cache_redis driver? Or do I need to compile this driver?
You need to compile yourself passing the `--with-experimental-modules` option to the configure script. -- Matthew
Ok. Nice!!! Thanks for the help!!! Any date when the rlm_cache_redis driver will no longer be experimental? Em sex., 19 de mai. de 2023 às 18:43, Matthew Newton via Freeradius-Users < freeradius-users@lists.freeradius.org> escreveu:
On 19/05/2023 19:39, dextá wrote:
I have installed freeradius via packages.networkradius.com. At first I thought the "freeradius-redis" package would include the rlm_cache_redis driver, but it doesn't.
It's not marked as stable, so not included in the packages.
Which package includes the rlm_cache_redis driver? Or do I need to compile this driver?
You need to compile yourself passing the `--with-experimental-modules` option to the configure script.
-- Matthew - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On 20/05/2023 17:43, dextá wrote:
Ok. Nice!!! Thanks for the help!!!
Any date when the rlm_cache_redis driver will no longer be experimental?
We'll get it into the next release packages, hopefully in the next couple of weeks or so. That'll make it easier for people to report if there are any bugs... -- Matthew
Thanks! Em dom., 21 de mai. de 2023 11:34, Matthew Newton via Freeradius-Users < freeradius-users@lists.freeradius.org> escreveu:
On 20/05/2023 17:43, dextá wrote:
Ok. Nice!!! Thanks for the help!!!
Any date when the rlm_cache_redis driver will no longer be experimental?
We'll get it into the next release packages, hopefully in the next couple of weeks or so. That'll make it easier for people to report if there are any bugs...
-- Matthew - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
dextá -
Matthew Newton