I can't seem to make the server compile with any of the releases. An include file seems to be missing...
# make mserver 2>&1 |more
gcc -g -O3 -pipe -D_REENTRANT -Wall -I/usr/local/sql/include/mysql -c mysql_server.c
mysql_server.c:31: mysql.h: No such file or directory
In file included from mysql_server.c:32:
mysql_server.h:17: mysql.h: No such file or directory
.
.
.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can't seem to make the server compile with any of the releases. An include file seems to be missing...
# make mserver 2>&1 |more
gcc -g -O3 -pipe -D_REENTRANT -Wall -I/usr/local/sql/include/mysql -c mysql_server.c
mysql_server.c:31: mysql.h: No such file or directory
In file included from mysql_server.c:32:
mysql_server.h:17: mysql.h: No such file or directory
.
.
.
Hello.
Sorry for late answer.
You have to change the Makefile and define the correct path to the mysql includes.
Brush