Question

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?

Was it helpful?

Solution

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*"

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top