3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] problem with conf...
FromSent OnAttachments
Justin BestOct 14, 2002 6:35 pm 
Dustin CochranOct 14, 2002 7:55 pm 
Justin BestOct 14, 2002 8:02 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] problem with configuring with mysql (yes i read over all the other post)Actions...
From:Dustin Cochran (dus@intellechoice.com)
Date:Oct 14, 2002 7:55:46 pm
List:net.sourceforge.lists.courier-users

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?