Re: Can't build Connector/ODBC 5.3.4 for mysql5.5
hemant dangi <[email protected]> Wed, 05 Nov 2014 19:55:13 +0530
| Newsgroups | gmane.comp.db.mysql.odbc |
|---|---|
| Organization | Oracle Corporation |
| Message-ID | <[email protected]> |
Hello Pavel, Please report this as a bug in bugs.mysql.com. Right now to overcome this issue compile C/ODBC with libmysqlclient and headers of 5.6 and then you can use mysql server 5.5, or use mysql 5.6 only. Thanks. On 5/11/2014 7:14 PM, Pavel Timofeev wrote: > Thank you. But I knew it. > Does it mean that Connector/ODBC 5.3.x doesn't support mysql 5.5? > If yes - why? As I know mysql5.5 didn't reach EOL. > > 2014-11-05 16:32 GMT+03:00 hemant dangi <[email protected]>: >> Hello Pavel, >> >> Thanks for showing interest in Mysql Connector/ODBC. >> >> You are getting this error because MYSQL_SERVER_PUBLIC_KEY option was added >> in MySQL 5.6.6. and you are using Mysql 5.5. >> Check below link for more details. >> http://dev.mysql.com/doc/refman/5.6/en/mysql-options.html >> >> Thanks. >> >> >> On 5/11/2014 5:33 PM, Pavel Timofeev wrote: >>> Hi! >>> I'm trying to build Connector/ODBC 5.3.4 for mysql5.5 and have no luck. >>> It stops with following message: >>> >>> >>> /usr/ports/databases/mysql-connector-odbc/work/mysql-connector-odbc-5.3.4-src/driver/connect.c:229:26: >>> error: use of undeclared identifier 'MYSQL_SERVER_PUBLIC_KEY' >>> mysql_options(mysql, MYSQL_SERVER_PUBLIC_KEY, >>> ^ >>> Could anyone please help me? >>> -- MySQL ODBC Mailing List For list archives: http://lists.mysql.com/myodbc To unsubscribe: http://lists.mysql.com/myodbc