3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] mysqlclient.so ->...
FromSent OnAttachments
abOct 14, 2002 2:19 pm 
Michael CarmackOct 14, 2002 2:42 pm 
Dustin CochranOct 14, 2002 6:03 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] mysqlclient.so -> libmysqlclient.so.10.0.0 ? authmysql ./configureActions...
From:Dustin Cochran (dus@intellechoice.com)
Date:Oct 14, 2002 6:03:42 pm
List:net.sourceforge.lists.courier-users

You will probably find in the configure log that some library that mysql_configure sets up cannot be linked and/or found. I had the same issue, and mysql_configure couldn't link libnss. Fixed that, and it worked. I believe you should be looking in authlib/configure.log.

ab wrote:

Hi list, I cannot seem to get courier-imap to ./configure --with-authmysql if i ./configure mysql --prefix=/usr/local/mysql. courier complains: configure: error: --with-authmysql specified but no mysqlclient.so configure: error: ./configure failed for authlib

I have checked the linkage: libmysqlclient.so -> libmysqlclient.so.10.0.0 libmysqlclient.so.10 -> libmysqlclient.so.10.0.0

i had the same problem w/pqsql.so but i simply ln -s ... the only way i can get courier to be happy is if i ./configure with no prefix.

The mysql 3.23.52 rpms do not work either w/courier-imap any help would be greatly appreciated. Thanks very much! Arden B.