ich will gerne Courier-IMAP mit MySQL-Unterstützung kompilieren.
Jedoch kommt bei "configure" immer folgende Fehlermeldung:
Code: Alles auswählen
checking for endpwent... (cached) yes
checking for shadow.h... (cached) yes
checking for getspent in -lshadow... (cached) no
checking for endspent... (cached) yes
checking for getspent... (cached) yes
checking for pg_config... no
checking for PQsetdbLogin... (cached) no
checking for mysql_config... no
checking for mysql_connect... (cached) no
configure: error: --with-authmysql specified but no mysqlclient.so
configure: error: ./configure failed for authlib
Code: Alles auswählen
./configure --with-mysql-libs=/usr/local/mysql/lib/mysql/ --with-mysql-includes=/usr/local/mysql/include/mysql/ --with-authmysql
Habe dazu im Internet geschaut aber noch keine Lösung gefunden.
Kann mir jemand helfen?