2 messages in net.sourceforge.lists.courier-users[courier-users] Compiling authmysql w...
FromSent OnAttachments
Bryan RossAug 6, 2002 4:28 am 
Christian HuldtAug 6, 2002 8:58 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] Compiling authmysql with non-standard mysql installationActions...
From:Bryan Ross (bry@return0.net)
Date:Aug 6, 2002 4:28:40 am
List:net.sourceforge.lists.courier-users

Hey folks,

I've setup Courier in the past to work with authmysql, but my latest attempts seem to be failing somewhat. I've had a look in the list archives, but didn't find anything to fix out my problems.

Basically, I have mysql installed in /usr/local/mysql, and the the courier configure script doesn't seem to pick up on mysql's existance, even though Im using;

./configure \ --prefix=/usr/local/courier \ --with-authmysql \ --with-mysql-libs=/usr/local/mysql/lib/mysql/ \ --with-mysql-includes=/usr/local/mysql/include/mysql/

I get; checking for mysql_config... no checking for mysql_connect... (cached) no configure: error: --with-authmysql specified but no mysqlclient.so configure: error: ./configure failed for authlib

But /usr/local/mysql/lib/mysql/libmysqlclient.so exists. Along with: /usr/local/mysql/include/mysql/mysql.h

Ideas?

Cheers, Bryan.