[Dovecot] dovecot: auth(default): Fatal: Unknown database driver 'mysql'
Rainer Weikusat
rweikusat at mssgmbh.com
Mon Mar 29 18:16:46 EEST 2010
Glen Lee Edwards <glen at holiness.ch> writes:
> Pascal Volk wrote:
>> On 03/29/2010 04:29 PM Glen Lee Edwards wrote:
>>
>>> $ /usr/local/sbin/dovecot --build-options | tail -n4
>>> SQL drivers:
>>> Passdb: checkpassword pam passwd passwd-file shadow sql
>>> Userdb: nss passwd passwd-file prefetch sql static
>>>
>>
>> You have built Dovecot w/o SQL drivers. Use one or more of the following
>> configure options:
>> --with-pgsql Build with PostgreSQL driver support
>> --with-mysql Build with MySQL driver support
>> --with-sqlite Build with SQLite3 driver support
>>
>>
>> Regards,
>> Pascal
>>
> ??? :-[
Example:
./configure --with-sql --with-pgsql
will configure the build system to create a program which has the
PostgreSQL driver built in.
More information about the dovecot
mailing list