Nicolas,

Additionally to what Krystal pointed at, on Linux platforms you can try
this :
sudo ldconfig -v | grep "odbc"

This will yield a non-empty result if dynamic linker can find the dynamic
library related to odbc. If nothing is returned, issuing the following
command will help refresh ldconfig's cache :
sudo ldconfig

Sekine

2016-08-30 19:18 GMT+02:00 Krystal Nguyen <[email protected]>:

> Hi Nicolas,
>
> ODBC should work with unixODBC driver manager.  Does the "libodbcinst.so.1"
> library file exists on your node and it's path specified in the
> "LD_LIBRARY_PATH" variable.  I am using unixODBC-2.2.14 it is working fine
> for me.  I use the following setting in mapr.drillodbc.ini:
>
> #   SimbaDM / unixODBC
> ODBCInstLib=libodbcinst.so
>
> Thanks,
> Krystal
>
> On Tue, Aug 30, 2016 at 10:07 AM, Nicolas Paris <[email protected]>
> wrote:
>
> > Hello,
> >
> > I am testing ODBC connexion thought Drill Explorer.
> > It works ok with iodbc installed.
> >
> > However I cannot make it working with unixODBC.
> > I get this error :
> >  Unable to load library 'iodbc': Native library
> (linux-x86-64/libiodbc.so)
> >
> > I have specified in the mapr.drillodbc.ini  to use unixODBC
> > ODBCInstLib=libodbcinst.so.1
> >
> > Does it mean iodbc is the only working client ?
> > Or does it mean Drill Explorer only works with iodbc ?
> >
> > Thanks by advance
> >
>

Reply via email to