Re: Build error without ldap support

2025-03-15 Thread Lafiel via dovecot
Hi, Aki. The patch for pigeonhole works, but the patch for dovecot is not working correctly (forgot to check last time). Error build dovecot with enable LDAP and add patch: dovecot> /nix/store/dh0m67pv8snfcx1ic18jzp0x4cb10zhc-binutils-2.43.1/bin/ld: auth-db-ldap.o: warning: relocation against `

Re: Build error without ldap support

2025-03-14 Thread aki.tuomi via dovecot
error without ldap support Hi. The patch works. Next problem - error build pigeonhole plugin without ldap support: sieve-ldap-storage.c:6:10: fatal error: ldap-utils.h: No such file or directory 6 | #include "ldap-utils.h" | ^~ compilation

Re: Build error without ldap support

2025-03-14 Thread Lafiel via dovecot
Hi. The patch works. Next problem - error build pigeonhole plugin without ldap support: sieve-ldap-storage.c:6:10: fatal error: ldap-utils.h: No such file or directory 6 | #include "ldap-utils.h" | ^~ compilation terminat

Build error without ldap support

2025-03-13 Thread Lafiel via dovecot
Hi. Cannot build Dovecot without LDAP support. Configure flags: --with-ldap=no Error: In file included from db-ldap-settings.c:9: ../../src/lib-ldap/ldap-settings-parse.h:4:10: fatal error: ldap.h: No such file or directory 4 | #include | ^~~~ compilation terminated. mak

Re: Build error without ldap support

2025-03-13 Thread Aki Tuomi via dovecot
Hi, it's a known issue in 2.4.0, and it's fixed with https://github.com/dovecot/core/commit/61fe6bbd4a8a64e0823534a57a8db483019c4901.patch Aki > On 13/03/2025 15:21 EET Lafiel via dovecot wrote: > > > Hi. > > Cannot build Dovecot without LDAP support. > > Configure flags: > --with-ldap=n