Justin,
Try looking at the end of authlib/configure.log...you should see the
actual output from gcc. It will probably tell you that some other
library than mysqlclient cannot be linked. The output message from
configure is misleading.
Justin Best wrote:
Here is my config line:
/configure --without-ipv6 --with-mailuser=mail --with-mailgroup=mail \
--disable-local-extensions --disable-changepass --with-authmysql
--with-mysql-libs=/usr/lib/mysql \
--with-mysql-includes=/usr/include/m$--without-authpgsql \
--without-authshadow --without-authuserdb --without-authvchkpw \
--without-authcram \
--without-certdb --without-ispell --disable-autorenamesent \
--enable-workarounds-for-imap-client-bugs
The error I get is this:
checking for mysql_config... (cached) /usr/bin/mysql_config
checking for mysql_connect... (cached) no
configure: error: --with-authmysql specified but no mysqlclient.so
configure: error: ./configure failed for authlib
I have tried creating a symlink from mysqlclient.so to libmysqlclient.so
but that didnt work. I have courier running on 2 other mail servers with
mysql and have had no problems setting that up. Anyone have any ideas?