7 messages in net.sourceforge.lists.courier-users[courier-users] Re: courier-authlib d...
FromSent OnAttachments
Wiebke DoerperFeb 24, 2005 2:01 am 
YvonneFeb 24, 2005 4:15 am 
Wiebke DoerperFeb 25, 2005 1:48 am 
Sam VarshavchikFeb 25, 2005 3:33 pm 
Wiebke DoerperMar 1, 2005 1:43 am 
YvonneMar 1, 2005 2:34 am 
Wiebke DoerperMar 7, 2005 4:04 am 
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:[courier-users] Re: courier-authlib doesn't find mysqlActions...
From:Wiebke Doerper (mail@doerper.de)
Date:Feb 25, 2005 1:48:59 am
List:net.sourceforge.lists.courier-users

Hi,

I found out some more stuff about my issue, but still no fix.

error is still:

checking for mysql_config... /usr/local/bin/mysql_config checking for mysql_connect... no checking for mysql_real_connect... no configure: error: --with-authmysql specified but no mysqlclient.so

so I thought, maybe the MySQL beta doesn't have mysql_connect anymore or the lib
is broken or something. What I did then:

strings /usr/local/lib/mysql/libmysqlclient.so.14.0.0 |grep connect

mysql_real_connect mysql_manager_connect my_connect mysql_reconnect [...]

Seems to be ok. MySQL itself is running, of course, and serving all my domains
with content. mysql client is installed.

I linked to the libs from other places, /usr/lib, /lib, but that didn't work
either.

Does anyone know what to do? Please help, it's quite urgent.

Regards,

Wiebke

I'm trying to install courier-authlib-0.54.20050220 with mysql support.

MySQL is installed in /usr/local, with libs in /usr/local/lib/mysql and headers in /usr/local/include/mysql

The error I'm getting:

checking for mysql_config... /usr/local/bin/mysql_config checking for mysql_connect... no checking for mysql_real_connect... no configure: error: --with-authmysql specified but no mysqlclient.so

My configure line:

./configure \ --prefix=/usr/local \ --sysconfdir=/usr/local/etc/courier \ --with-mailuser=courier \ --with-mailgroup=courier \ --with-authmysqlrc=/usr/local/etc/courier/authlib/authmysqlrc \ --with-authmysql \ --with-mysql-libs=/usr/local/lib/mysql \ --with-mysql-includes=/usr/local/include/mysql

I've read this mailing list, google groups, google, README.authdebug.html, courier-mta.org Tried same courier-authlib version on FreeBSD, with same options, same paths
used: works fine.

config.log doesn't really tell me anything.

System is Debian (Sarge I think), kernel 2.6.8-1-386, gcc 3.3.5. MySQL 5.0.2-alpha installed from source.

Not sure what to do... can anyone help?