> _mysql.c:41:19: mysql.h: No such file or directory > _mysql.c:42:26: mysqld_error.h: No such file or directory > _mysql.c:43:20: errmsg.h: No such file or directory
Seems like you need to install the mysql client libraries. IIRC, that's why you had these errors.

