I uploaded 0.99.10.8 to Debian but I needed the patch below to get it to compile. --- dovecot-0.99.10.8.orig/src/auth/db-mysql.h +++ dovecot-0.99.10.8/src/auth/db-mysql.h @@ -1,7 +1,8 @@ #ifndef __DB_MYSQL_H #define __DB_MYSQL_H -#include <mysql.h> +#include <mysql/mysql.h> +#include <mysql/errmsg.h> struct mysql_connection; struct mysql_request; -- Jaldhar H. Vyas <jaldhar at debian.org> La Salle Debain - http://www.braincells.com/debian/
On 30.7.2004, at 16:54, Jaldhar H. Vyas wrote:> I uploaded 0.99.10.8 to Debian but I needed the patch below to get it > to > compile. > > -#include <mysql.h> > +#include <mysql/mysql.h> > +#include <mysql/errmsg.h>configure script was supposed to add -I /usr/include/mysql to AUTH_CFLAGS then.. -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20040730/85e05f8a/attachment-0001.bin>
On Fri, 30 Jul 2004, Timo Sirainen wrote:> configure script was supposed to add -I /usr/include/mysql to > AUTH_CFLAGS then.. >Yes, actually it seems you can get away with the mysql/ but errmsg.h still needs to be included. -- Jaldhar H. Vyas <jaldhar at debian.org> La Salle Debain - http://www.braincells.com/debian/