ich versuche seit graumer zeit den courier-imap 2.1.1 zu kompilieren.
leider findet das config script die mysqlclient.so nicht.
ich weiss jetzt überhaupt nicht mehr weiter.
hab eine suse maschine (thema pfade)
Code: Select all
./configure
--without-ipv6
--without-authcram
--without-authuserdb
--without-authpam
--without-authldap
--without-authpgsql
--without-authvchkpw
--with-authdaemon
--with-authpwd
--with-authmysql
--with-mysql-libs=/usr/lib/mysql
--with-mysql-includes=/usr/include/mysql
--with-mysql
Code: Select all
checking for mysql_config... /usr/bin/mysql_config
checking for mysql_connect... no
checking for mysql_real_connect... no
configure: error: --with-authmysql specified but no mysqlclient.so
configure: error: /bin/sh './configure' failed for authlibCode: Select all
> /usr/bin/mysql_config
Usage: /usr/bin/mysql_config [OPTIONS]
Options:
--cflags [-I'/usr/include/mysql']
--libs [-L'/usr/lib/mysql' -lmysqlclient -lz -lcrypt -lnsl -lm]
--socket [/var/lib/mysql/mysql.sock]
--port [3306]
--version [3.23.55]Code: Select all
> locate mysqlclient.so
/usr/lib/libmysqlclient.so
/usr/lib/libmysqlclient.so.10
/usr/lib/libmysqlclient.so.10.0.0
/usr/lib/mysql/libmysqlclient.so
/usr/lib/mysql/libmysqlclient.so.10
/usr/lib/mysql/libmysqlclient.so.10.0.0
/usr/lib/mysql/mysqlclient.soCode: Select all
> locate mysql.h
/usr/include/mysql/mysql.h