[Dovecot] compile dovecot with mysql support
Hello!
Is not possible to compile dovecot 0.99.14 version with mysql4, the dovecot configure scripts not detect the mysql4 libs. I already installed the mysql libs and devel packages...
--with-mysql doesn't work!
Any help or suggestion?
Thanks,
Jefferson
On Sat, 2005-03-05 at 16:57 -0300, Jefferson Campos wrote:
Hello!
Is not possible to compile dovecot 0.99.14 version with mysql4, the dovecot configure scripts not detect the mysql4 libs. I already installed the mysql libs and devel packages...
--with-mysql doesn't work!
See what config.log file says about it. It shows the exact error message.
If your mysql isn't installed in exactly standard place, you can do something like:
CPPFLAGS=-I/usr/local/include/mysql LDFLAGS=-L/usr/local/lib ./configure
participants (2)
-
Jefferson Campos
-
Timo Sirainen