On Jun 8, 2017, at 9:06 AM, Stabla, Daniel <dstabla@materna.de> wrote:
Okay, the hole situation in one mail, debugmode is at the end.
Please follow instructions. It's not difficult. I already saw the listing of /usr/local/lib64. I didn't ask for you to post it again, and I don't need to see it again.
If we try to start radiusd , we get this error:
--------------------------------------------------------------------------------------
/etc/radiusd-acct/mods-enabled/sql[26]: Failed to link to module 'rlm_sqlite': /usr/local/lib64/rlm_sqlite.so: cannot open shared object file: No such file or directory /usr/local/lib/rlm_sqlite.so: cannot open shared object file: No such file or directory
If that file exists, then the problem is that the underlying sqlite library isn't available. This errors is produced by the dynamic linker and handed to FreeRADIUS. FreeRADIUS is just printing it out. Find out where the sqlite library is, and ensure that your dynamic linker can load it. Alan DeKok.