2 messages in net.sourceforge.lists.courier-sqwebmail[sqwebmail] LDAP change in sqwebmail-...
FromSent OnAttachments
Brian CandlerFeb 26, 2006 11:30 am 
Alex MooreFeb 26, 2006 3:01 pm 
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:[sqwebmail] LDAP change in sqwebmail-5.1.0Actions...
From:Brian Candler (B.Ca@pobox.com)
Date:Feb 26, 2006 11:30:06 am
List:net.sourceforge.lists.courier-sqwebmail

... doesn't compile correctly under FreeBSD 5.4.

... Compiling abookread.c Compiling abooksearch.c Linking libaddressbook.la Compiling libldapsearch.c libldapsearch.c: In function `l_search_do_filter': libldapsearch.c:201: error: storage size of 'tv' isn't known libldapsearch.c: In function `l_search_ping': libldapsearch.c:299: error: storage size of 'tv' isn't known gmake[3]: *** [libldapsearch.lo] Error 1

However the patch is easy:

--- sqwebmail-5.1.0/ldapaddressbook/libldapsearch.c.orig Sat Feb 25
17:12:15 2006 +++ sqwebmail-5.1.0/ldapaddressbook/libldapsearch.c Sun Feb 26 19:26:49 2006 @@ -6,6 +6,7 @@ */

#include "libldapsearch.h" +#include <sys/time.h> #include <stdlib.h> #include <errno.h>

Regards,

Brian.