[Dovecot] Help! Uidlist files are gone and won't come back; imap keeps coredumping!

Timo Sirainen tss at iki.fi
Sun Jun 18 22:47:54 EEST 2006


On Sun, 2006-06-18 at 12:27 -0700, Mario Nigrovic wrote:
> Timo -
> 
>    Compiling either of the two latest versions fails at ntlm.  I'm using the exact same build script I've always used, so I'm not sure how to proceed.  I can't find a --without-ntlm switch to add to configure...
> 
> + ./configure --prefix=/home/mario/tools/SunOS --with-gnu-ld=/_TOOLS_/dist/gnu-gcc-3.4.3-binutils-2.15/sparc-sun-solaris2.8/bin/ld --enable-shared --disable-nls --disable-ipv6 --without-vpopmail --without-pop3d
> 
> Config.h includes:
> /* Define to 1 if you have the <stdint.h> header file. */
> /* #undef HAVE_STDINT_H */
> 
> But src/lib-ntlm/ntlm-des.c just blindly includes stdint.h anyway.  This is a change from beta 8.

This'll fix it:

diff -u -r1.1.2.1 ntlm-des.c
--- src/lib-ntlm/ntlm-des.c     16 Jun 2006 10:25:07 -0000      1.1.2.1
+++ src/lib-ntlm/ntlm-des.c     18 Jun 2006 19:46:56 -0000
@@ -6,8 +6,7 @@
  * This software is released under the MIT license.
  */
 
-#include <stdint.h>
-
+#include "lib.h"
 #include "ntlm-des.h"
 
 /*

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20060618/12d33a57/attachment.pgp


More information about the dovecot mailing list