MySQL Forums
Forum List  »  Connector/ODBC

Re: ODBC Connector on Mac - anyone been successful
Posted by: Hemant Dangi
Date: January 16, 2014 07:34AM

Hello Andy,

Thanks for showing interest in MySQL Connector/ODBC.

Mysql doesn't support Mac OSX 10.8 and greater so you won't find binaries for them. But still you can do source installation to overcome that.

$> cmake -G 'Unix Makefiles' -DMYSQL_CXX_LINKAGE=1 -DWITH_UNIXODBC=1 -
DODBC_INCLUDES=path_to_unixodbc_include -DODBC_LIB_DIR=path_to_unixodbc_lib -DMYSQL_LIB_DIR=path_to_mysql_lib -DMYSQL_INCLUDE_DIR=path_to_mysql_include
$> make
$> make install

Let us know if you find any issues in source installation.

Thanks.

Options: ReplyQuote


Subject
Written By
Posted
Re: ODBC Connector on Mac - anyone been successful
January 16, 2014 07:34AM


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.