Note that the above wasn't tested thoroughly, but it did allow me to compile on:
- CentOS 5.4 x64
- kernel 2.6.18-164.10.1.el5
- mysql-devel-5.0.77-4.el5_4.1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You must use mysql_real_connect instead of mysql_connect for newer clients.
Changes required are as follows:
dbf2mysql.c line 590:
mysql2db2.c line 142:
Also, if using the 64-bit client for mysql, you may need to update the Makefile on line 19:
Thanks,
Paul
Note that the above wasn't tested thoroughly, but it did allow me to compile on:
- CentOS 5.4 x64
- kernel 2.6.18-164.10.1.el5
- mysql-devel-5.0.77-4.el5_4.1