RE: [Exim] segmentation fault

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Torsten Curdt
Fecha:  
A: Phil Pennock, Exim-Users
Asunto: RE: [Exim] segmentation fault
> > It looks like one of the first things exim
> > does when he comes up is to lookup our ldap
> > server. This leads into a segmentation fault.
>
> What version of the libraries are installed on the mailserver? On the
> machine you're compiling on? Which version do the found header-files
> belong with?


Ok... I checked this and that and found out the following
problem (I assume).

I'm trying to compile exim with Berkeley db 3.1.17
and with ldap support type OPENLDAP2.
Now openldap2 seems to require the sasl libs
which require in turn the gdbm libs.

Now there are two options:
1. the openldap2 lib directly or
2. the combination of gdbm and dbm3
causes the segmentation fault.

Anyone?
--
Torsten