Re: [Exim] OT: Virtual domains implementation (general under…

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Michael Ludwig
Data:  
Para: exim-users
Asunto: Re: [Exim] OT: Virtual domains implementation (general understand issue)
Hi again,

got it to work on my own, I found the lines

=============================
# 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 -lgds
=============================

in the Makefile and changed them to

=============================
LOOKUP_INCLUDE=-I /usr/include/mysql
LOOKUP_LIBS=-L/usr/lib -lmysqlclient
=============================

So this worked out for me, maybe this helps anyone else while searching the archives.
I simpyl forgot to change the lookup_libs lines.

Michael