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...