18 Sep
2018
18 Sep
'18
9:26 a.m.
On Sep 18, 2018, at 9:10 AM, Saurabh Lahoti <saurabh.astronomy@gmail.com> wrote:
While compiling freeradius 3.0.17 with sql & perl, below error interpreted with debug mode:
Could not link driver rlm_sql_unixodbc: /usr/app/radius/lib/rlm_sql_unixodbc.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
Which additional package needs to be installed for unixodbc module..?
You need to read the output of "configure". Then, install the correct libraries. And finally, re-build the server. Alan DeKok.