3 messages in net.sourceforge.lists.courier-users[courier-users] Re: [courier-announce...
FromSent OnAttachments
Sam VarshavchikFeb 25, 2006 11:25 am 
Stefan HornburgFeb 26, 2006 5:35 am.log
Sam VarshavchikFeb 26, 2006 7:28 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Re: [courier-announce] New releases of Courier, Courier-IMAP, SqWebMailActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Feb 26, 2006 7:28:44 am
List:net.sourceforge.lists.courier-users

Stefan Hornburg writes:

Compilation failed on Debian sarge:

checking for ldap.h... yes configure: error: ldap.h header found, but a test compile failed -- check ldapaddressbook/config.log for more details configure: error: /bin/sh './configure' failed for ldapaddressbook make: *** [build] Error 1

The config.log is attached. ldap.h is from openldap 2.1.30.

Please advise what is going wrong here.

Eh, openldap 2.1.30's header file do not provide a definition for NULL.

Use this for now.

--- ldapaddressbook/configure.old 2006-02-06 21:16:12.000000000 -0500 +++ ldapaddressbook/configure 2006-02-26 10:26:55.000000000 -0500 @@ -20404,6 +20404,7 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */

+#include <stdio.h> #include <ldap.h>

int