0

I'm trying to get the MySQL ODBC connector working, I downloaded the latest source, copied the contents of /lib to /usr/lib64/odbc which was the following files:

/usr/lib64/odbc/libmyodbc8w.so
/usr/lib64/odbc/libmyodbc8a.so

But when I try and connect like this:

isql -v asterisk-connector

I get this error, even though the file is definetely there

[01000][unixODBC][Driver Manager]Can't open lib '/usr/lib64/odbc/libmyodbc8w.so' : file not found
Ben
  • 123
  • 2
  • Did you run `ldconfig` after the copy? I think you would be better creating sylinks though rather than copying files. I would check whether the libs you copied are 32bit, if so, you will need to install the 64bit package as well. – Bib Dec 14 '22 at 21:21

0 Answers0