MySQL Forums
Forum List  »  Connector/ODBC

SQLInstaller error 12: Invalid install path
Posted by: Trey Taylor
Date: March 14, 2018 03:44AM

Hey,

So I'm trying to connect to an Access Database from Centos using unixODBC and I'm running into errors trying to install the MySQL driver on my system. Below is the system information:

CentOS version: centos-release-7-4.1708.el7.centos.x86_64
package: mysql-connector-odbc-5.3.10-linux-el7-x86-64bit

output of cat /etc/odbcinst.ini

# Example driver definitions

# Driver from the postgresql-odbc package
# Setup from the unixODBC package
[PostgreSQL]
Description = ODBC for PostgreSQL
Driver = /usr/lib/psqlodbcw.so
Setup = /usr/lib/libodbcpsqlS.so
Driver64 = /usr/lib64/psqlodbcw.so
Setup64 = /usr/lib64/libodbcpsqlS.so
FileUsage = 1


# Driver from the mysql-connector-odbc package
# Setup from the unixODBC package
[MySQL]
Description = ODBC for MySQL
Driver = MySQL
Setup = /usr/lib/libodbcmyS.so
Driver64 = /usr/lib64/libmyodbc5.so
Setup64 = /usr/lib64/libodbcmyS.so
FileUsage = 1

[ODBC]
Description = ODBC for Master
trace = yes
Driver = /opt/remi/php56/root/usr/lib64/php/modules/odbc.so
FileUsage = 1

[MySQL_ODBC5]
Driver = /usr/local/lib/libmyodbc5_r.so
Setup = /usr/local/lib/libmyodbc5S.so

output of myodbc-installer -a -d -n "MySQL ODBC 5.3 Driver" -t "Driver=/usr/local/lib/libmyodbc5w.so"

[ERROR] SQLInstaller error 12: Invalid install path

how do I go about resolving? Folllowed instructions to the t on site and this is what comes back :/

Options: ReplyQuote


Subject
Written By
Posted
SQLInstaller error 12: Invalid install path
March 14, 2018 03:44AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.