Re: [exim] exim on MacOSX

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Giuliano Gavazzi
Datum:  
To: Ian Eiloart, Exim-Users (E-mail)
CC: 
Betreff: Re: [exim] exim on MacOSX
At 11:14 am +0100 2004/09/22, Ian Eiloart wrote:
>Hi,
>
>I'm trying to install exim on macosx with ldap lookup support. I
>can't find any ldap library path, though. Has anyone out there
>successfully compiled exim with ldap support on MacOSX 10.3?


$ locate libldap
/usr/lib/libldap.dylib
/usr/lib/libldap_r.dylib

so just add -lldap to LOOKUP_LIBS in Local/Makefile.

>I've tried darwinports, but they don't support ldap either. I guess
>I could add support for ldap by adding a variant for openldap, but
>I'd rather link against Apple provided libraries if I can find them.


MacOSX 10.3 comes with OpenLDAP2, so you have to uncomment the
following line in Local/Makefile if you haven't already done so:

LDAP_LIB_TYPE=OPENLDAP2

Giuliano