Libodbcinst.so.2: cannot open shared object file

I have a Asterisk 11, and I tried to install and configuration for the MySQL ODBC driver in my Ubuntu Server 14.04

I had install ODBC using

sudo apt-get install unixODBC unixODBC-dev

and unixODBC drivers too.

But when I tried to use odbcinst -q -d return this message

odbcinst: error while loading shared libraries: libodbcinst.so.2: cannot open shared object file: No such file or directory

How can I fix it?

Thanks

Check this article

astbook.asteriskdocs.org/en/2nd_ … _odbc.html

You must configure /etc/odbcinst.ini first properly.

ok, thanks!