Re: [Exim] Trouble Compiling Exim with LDAP

Etusivu
Poista viesti
Vastaa
Lähettäjä: Sheldon Hearn
Päiväys:  
Vastaanottaja: Sujit Choudhury
Kopio: exim_users
Aihe: Re: [Exim] Trouble Compiling Exim with LDAP

On Tue, 10 Jul 2001 15:38:32 +0100, Sujit Choudhury wrote:

> I am trying to compile Exim with LDAP support:
> OS: Solaris 2.8, Exim 3.30, LDAP - openldap downloaded from
> sun/solaris/freeware.
>
> I get the following message:


What you don't show us is the compiler command line that generated the
error message. However, I'll bet you a beer that you haven't provided
the correct path to your OpenLDAP header files, e.g.

    gcc -I/usr/local/include ...


Ciao,
Sheldon.