> I am running Mandrake 9.1, and MySQL 3.23.57-1; and yes, I would > think that > /usr/src/usr/include/mysql is not the right place for errmsg.h. > What can I do to get around this? > I changed the cdr_mysql.c file: > #include <mysql/errmsg.h> > Changed to > #include </usr/src/usr/include/mysql/errmsg.h>
You should instead update the appropriate Makefile to change: -I/usr/local/mysql/include to -I/usr/src/usr/include/mysql or you could just do: cp -a /usr/src/usr/include/mysql /usr/include/mysql Regards, Adam _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
