[Dovecot] Please help, cant compile with mysql support

websafe websafe at partybitchez.org
Tue Aug 22 04:17:49 EEST 2006


Greg Deputy wrote::
> CPPFLAGS=-I/usr/local/include/MySQL LDFLAGS=-L/usr/local/lib
> ./configure --with-MySQL

mayb you should try this:

CPPFLAGS=-I/usr/include/MySQL \
	LDFLAGS=-L/usr/lib \
	./configure --with-mysql


hint:
slocate libmysql
slocate include/mysql/mysql.h


More information about the dovecot mailing list