Author: sharun Date: To: Jan Johansson CC: Michael Skaastrup, exim-users Subject: Re: [Exim] compiling exim with mysql support.
Jan Johansson wrote: > > 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
your -I and -L must depends on mysql --prefix path (set while ./configure)