I have the mysql libs installed in /usr/local/mysql/include/mysql.
I've change mdmysql.c so, now can see the mysql.h and errmsg.h files , but fails
again :
Compiling varlist.C
make[1]: *** No hay ninguna regla para construir el objetivo
`../maildir/libmaildir.a', necesario para `maildrop'. Alto.
make[1]: Saliendo directorio `/usr/root/maildrop-1.5.2/maildrop'
Tks...
Emiliano.
I'm using maildrop-1.5.2 and i'm trying to compile with mysql support.
this runs fine :
./configure --enable-maildropmysql --with-mysqlconfig=/etc/maildrop_mysql.co
nf
when i do: make
gives me an error:
Compiling mdmysql.c
mdmysql.c:10:25: mysql/mysql.h: No existe el fichero o el directorio
mdmysql.c:11:26: mysql/errmsg.h: No existe el fichero o el directorio
make[2]: *** [mdmysql.o] Error 1
make[2]: Saliendo directorio `/usr/root/maildrop-1.5.2/maildrop'
make[1]: *** [all] Error 2
make[1]: Saliendo directorio `/usr/root/maildrop-1.5.2/maildrop'
make: *** [all-recursive] Error 1
Any ideas ?...
I have mysql installed.
You need to have the mysql development libraries installed. On most systems,
these come in a separate package to the main mysql server.