Re: odbc connection with unixODBC

2016-08-31 Thread Sékine Coulibaly
o, > file:/opt/mapr/drillodbc/DrillExplorer/app/resources/images/tsv.png, > file:/opt/mapr/drillodbc/DrillExplorer/app/resources/images/view.ico]) > at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:271) > at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:398) > a

Re: odbc connection with unixODBC

2016-08-30 Thread Sékine Coulibaly
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 ldconfi

Re: C++ protobuf files

2016-08-18 Thread Sékine Coulibaly
Laurent, I used this on 1.7 branch (commit 7800aebdca845466a8d912f0f59c00cda093b01f) : PYTHONPATH="/home/scoulibaly/python/build/lib.linux-x86_64-2.7" /home/scoulibaly/protobuf/src/protoc --cpp_out="." --proto_path="." *.proto Just update to your actual Python path and to your actual protoc b