Re: [Exim] Trouble Compiling Exim with LDAP

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Sheldon Hearn
Data:  
Para: Sujit Choudhury
CC: exim_users
Asunto: 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.