13 Aug
2023
13 Aug
'23
11:05 a.m.
On Aug 13, 2023, at 10:59 AM, Ibrahim Al Mahfooz <ibrahim.nezar@sevennet.net> wrote:
We are unable to start FreeRadius with MongoDB sql driver enabled on sql module, it is stating:
Could not link driver rlm_sql_mongo: /usr/lib64/freeradius/rlm_sql_mongo.so: cannot open shared object file: No such file or directory Make sure it (and all its dependent libraries!) are in the search path of your system's ld /etc/raddb/mods-enabled/sql[27]: Instantiation failed for module "sql"
We installed Freeradius v3.2.3 using the official repo of Rocky Linux 8 below: http://packages.networkradius.com/freeradius-3.2/rocky/
The Mongo driver is experimental, and isn't in the default packages. You will have to build a new package from source. Alan DeKok.