14 messages in net.sourceforge.lists.courier-usersRe: [courier-users] --with-authmysql ...
FromSent OnAttachments
Hannes GruberJul 23, 2002 2:37 am 
Juha SaarinenJul 23, 2002 3:29 am 
Hannes GruberJul 23, 2002 4:08 am 
Juha SaarinenJul 23, 2002 4:32 am 
Christian HuldtJul 23, 2002 6:16 am 
Klaus KranzJul 23, 2002 10:39 am 
Kenny OlanoJul 23, 2002 10:58 am 
chrJul 23, 2002 11:35 am 
p dont thinkJul 23, 2002 5:53 pm 
Hannes GruberJul 24, 2002 12:45 am 
Hannes GruberJul 24, 2002 12:51 am 
Christian HuldtJul 24, 2002 2:50 am 
Klaus KranzJul 24, 2002 4:58 am 
p dont thinkJul 24, 2002 9:17 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:Re: [courier-users] --with-authmysql specified but no mysqlclient.soActions...
From:chr (ch@solvare.net)
Date:Jul 23, 2002 11:35:40 am
List:net.sourceforge.lists.courier-users

Hi Klaus!

I didn't have such a file before running configure (or make or..) successfully, my file says: # authmysqlrc created from authmysqlrc.dist by sysconftool indicating that it was created as part of the installation (or compile or configure)

And is a database with a suitable table really needed just to compile? Sounds unusual, and I actually got it going without one...

On Tue, 23 Jul 2002, Klaus Kranz wrote:

Hi !

Take a look at this file "xxx/courier-xx-x/authlib/authmysqlrc". !!!You have to make your changes there before you run the ./configure script!!!!!! Read the README.authmysql and create a table as shown in the file.

----- Original Message ----- From: "Christian Huldt" <ch@solvare.net> To: "courier-users" <cour@lists.sourceforge.net> Sent: Tuesday, July 23, 2002 3:09 PM Subject: Re: [courier-users] --with-authmysql specified but no mysqlclient.so

Installing Courir with Authmysql will not work, I have tired already a lot of possibilities, but I could not get it

running.

I had to create a symlink to mysql_config in /usr/local/bin (adjusting my path would probably have sufficed) and do ./configure --with-mysql-libs=/usr/local/mysql/lib... --with-mysql-includes=/usr/local/mysql... in the authlib directory .

It seems the configure script in the authlib dir takes more msql specific arguments than the top level one (or perhaps its just that the configure script in the authlib dir gives you hints for mysql specific stuff when you do ./configure --help)

Anyway, it worked for me...