Christian Kivalo valo@valo.at wrote:
Timo Sirainen tss@iki.fi wrote:
On Sun, 2010-06-27 at 23:38 +0200, Christian Kivalo wrote:
Hello,
I'm trying to compile the sieve plugin for dovecot2
Dovecot2-beta6 is allready running and working.
i did a hg clone http://hg.renamie-it.nl/dovecot-2.0-pigeonhole and ran the autogen.sh script as mentioned in the INSTALL file
If you use latest hg pigeonhole, you need to use latest hg dovecot because of some API changes.
Thanks.
Did hg clone http://hg.dovecot.org/dovecot-2.0
./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-ssl=openssl
gives error:
checking for dlopen in -ldl... yes ./configure: line 20564: syntax error near unexpected token
SSL,' ./configure: line 20564:
PKG_CHECK_MODULES(SSL, openssl)'is there a sieve plugin download compatible with dovecot2-0.beta6 available?
problem solved, my fault.
error was with pkg-config beeing not installed on new system.
after installation of pkg-config didnt rerun autogen.sh
dovecot-2.0 compiles cleanly sieve plugin also compiled cleanly
time for some tests