I need to create item that monitors my database using sql query. The item is created but it doesn't work - no values in database. I think its because i haven't ODBC driver.
So I have problem with installing ODBC Driver for MySQL on my Ubuntu 13.10 x86_64 server. I downloaded ODBC driver from mysql.com (debian linux) then i tryed to install it using this instruction.
On step 3 i have this message: "myodbc-installer: error while loading shared libraries: libodbcinst.so.2: cannot open shared object file: No such file or directory." What am i doing wrong?
So I have problem with installing ODBC Driver for MySQL on my Ubuntu 13.10 x86_64 server. I downloaded ODBC driver from mysql.com (debian linux) then i tryed to install it using this instruction.
On step 3 i have this message: "myodbc-installer: error while loading shared libraries: libodbcinst.so.2: cannot open shared object file: No such file or directory." What am i doing wrong?

Comment