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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Michael Ludwig
日付:  
To: exim-users
題目: 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