Frage

I can't find the location of library for odbc on Ubuntu 13.10. I have installed unixodbc with this command :

sudo apt-get install unixODBC unixODBC-dev

But under /usr/local i can't find nothing. Someone know the correct location of library?

War es hilfreich?

Lösung

I cant say for certain, on my (different version of Ubuntu, 12.04.3 LTS ) its in:

/usr/lib/i386-linux-gnu/libodbc.so.1

But you should find it with:

find / -name "libodbc.so*"

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top