[freeRADIUS 3.0.11 : Error: Could not link driver rlm_sql_oracle: libclntsh.so.11.1: cannot open shared object file: No such file or directory
Alan DeKok
aland at deployingradius.com
Tue Feb 9 16:23:15 CET 2016
On Feb 9, 2016, at 10:19 AM, Vincent MARCEL <Vincent.MARCEL at monext.net> wrote:
> I have compiled radius 3.0.11 radius server from tarball downloaded at http://freeradius.org/
> I have configured sql module, then at lauched I get this error :
>
> Tue Feb 9 11:07:58 2016 : Error: Could not link driver rlm_sql_oracle: libclntsh.so.11.1: cannot open shared object file: No such file or directory
> Tue Feb 9 11:07:58 2016 : Error: Make sure it (and all its dependent libraries!) are in the search path of your system's ld
>
> Why that and how may I fix it ?
Simple:
Make sure it (and all its dependent libraries!) are in the search path of your system's ld
The error message is there for a reason. It helps to READ IT, and to do what it says.
If you don't know how dynamic linking works on your system... go look at the docs for your system.
Alan DeKok.
More information about the Freeradius-Users
mailing list