Dear all, I am trying to get unixodbc installed on debian without success.
I followed the instruction exactly from http://www.debian-administration.org/articles/496 When I try to connect, it keeps giving me error: ser:/usr/local/freeswitch/scripts# isql -v fsdb [01000][unixODBC][Driver Manager]Can't open lib '/usr/lib/odbc/ libmyodbc3_r-3.51.11.so' : /usr/lib/odbc/libmyodbc3_r-3.51.11.so: cannot open shared object file: No such file or directory [ISQL]ERROR: Could not SQLConnect It says the driver is missing even after I do "apt-get install libmyodbc". I tried apt-get remove and apt-get install a few times, no luck as well. when I do "locate libmyodbc", no result returns. So, I think the driver is not there, but I don't know how to install the driver. Please kindly give me some ideas as to what I did wrong? Thanks alot in advance for your inputs. Regards, Pete