RE: [Exim] compiling exim with mysql support.

Top Page
Delete this message
Reply to this message
Author: Jan Johansson
Date:  
To: Michael Skaastrup, exim-users
Subject: RE: [Exim] compiling exim with mysql support.
> Can anybody guide me through the process??? I have the MySQL
> server running.


Here is everything regarding mySQL support in my makefile, gives me full mySQL capabilities, just make sure you have the "devel" parts installed if using a "packeted" mySQL version. Of cource you have to replace the paths with whereever your distro puts stuff, the below is correct for a (once-has-been) RH7.2

Makefile:LOOKUP_MYSQL=yes
Makefile:LOOKUP_INCLUDE=-I /usr/include/mysql
Makefile:LOOKUP_LIBS=-L/usr/lib/mysql -lmysqlclient