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