17 Nov
2003
17 Nov
'03
7:14 a.m.
Problem is that dovecot-auth says "Unknown userdb type 'mysql'" and an ldd of /src/auth/dovecot-auth shows no libmysqlclient10: Anyone know what I'm missing?
Don't know for sure what you're missing, but did you include -DPASSDB_MYSQL -DUSERDB_MYSQL when building?
If it helps, I use the following when building mine and it works fine:
AUTH_CFLAGS="-I/usr/local/include/mysql -DPASSDB_MYSQL -DUSERDB_MYSQL"
AUTH_LIBS="-L/usr/local/lib/mysql -lmysqlclient"
./configure
--prefix=
--disable-ipv6
--with-ssldir=/etc
--with-storages=maildir
--without-passwd
--without-passwd-file
--without-static
--without-pam
&& make