Experts,
Im trying to use the MySQL client APIs in the MySQL server source code, to implement distributed query processing in MySQL.
I included the "mysql.h" file in the appropriate server source files and when I run the "make" file, I get this following error.
undefined reference to "undefined reference to `mysql_real_connect'".
How do I change my server Makefile to link to the /libmysql/.libs/libmysqlclient.so file?
or
How do I come over this problem?
TIA,
Student