Re: [Exim] Debian/Exim/MySQL

Top Page
Delete this message
Reply to this message
Author: Alex Flores
Date:  
To: Walt Reed
CC: Walt Reed, exim-users
Subject: Re: [Exim] Debian/Exim/MySQL
How do I know where my local libraries are located? Or my include path?


At 02:56 PM 2/17/2004, Walt Reed wrote:
>On Tue, Feb 17, 2004 at 02:28:37PM -0800, Alex Flores said:
> > Thanks for the response..
> >
> > I have downloaded the source and am getting ready to compile but I am not
> > sure what changes I need to make in order to have mysql compiled with it.
> >
> > I see these entries in editme-diff
> >
> > # LOOKUP_MYSQL=yes
> > # LOOKUP_INCLUDE=-I /usr/local/ldap/include -I /usr/local/mysql/include
> > -I /usr/local/pgsql/include
> > -# LOOKUP_LIBS=-L/usr/local/lib -lldap -llber -lmysqlclient -lpq
> >
> > Do I need to make any chnages there?
>
>Since those are commented out, you obviously need to "de-comment" them,
>and alter to your local environment. You probably don't need the ldap or
>postgres parts for example.
>
>Not sure which source you used BTW, debs or exim.org... I haven't played
>with the deb version.
>
>As a side note, exim has changed a LOT since the 3.X days. You will need
>a new config file (there is a script which can help convert...)
>
>3.X is Really old at this point.