Steffen Kaiser
2009-Jan-30 15:06 UTC
[Dovecot] dovecot-1.2-managesieve "make install" ignores Dovecot's prefix
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I'm trying to compile dovecot-1.2-managesieve from hg repo with Dovecot v1.2 and I found that managesieve uses another "install" target/prefix than I've configured in Dovecot. Is this intentional? Because you must specify the compiled Dovecot sources, is managesieve just "loosly" connected to Dovecot so it would survive a Dovecot (minor) update, or do I need to compile managesieve each time as well? If I need to compile each time, managesive should default to install into the same directory than Dovecot, shouldn't it? Bye, - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iQEVAwUBSYMXdHWSIuGy1ktrAQJLMAf/aAwnEoyNyieWBPjy/h2V6YFrJ4KVdtwZ i+di1ft1w11P/abvZTf5dRI9dakw6aWX+ufs0gvLeWVYFwVRL4ZiIQsTUA8Z4X+3 1vuyemm70aGgX6pMX+O4oyAUoHIf1SzJFP+sGI+g40dZZbiScTugliOtdWnW7sO+ vI4rpRLUVs/xANByqKHUyj2LZrMJJbTFSfJyOHJQLc17WG9gM1RPyi+uzEIPWMg1 iqSv32ID9bWUWepIC65DG/+9TRoUP+CzMixzQBsz+pIpQk/zC11v94Lu7U6InbSg j430JFIDv/hjd+6/lonvgABLlsQtG0VLv3tAa2Mi2uk8SIW7xIsOQQ==EUJ8 -----END PGP SIGNATURE-----
Stephan Bosch
2009-Jan-30 17:53 UTC
[Dovecot] dovecot-1.2-managesieve "make install" ignores Dovecot's prefix
Steffen Kaiser wrote:> I'm trying to compile dovecot-1.2-managesieve from hg repo with Dovecot > v1.2 and I found that managesieve uses another "install" target/prefix > than I've configured in Dovecot. > > Is this intentional?This behavior is taken from the v1.1 cmusieve plugin package. Therefore, one must fully specify the necessary parameters for ./configure.> Because you must specify the compiled Dovecot sources, is managesieve > just "loosly" connected to Dovecot so it would survive a Dovecot (minor) > update, or do I need to compile managesieve each time as well?It will work, but the daemons will complain about version differences, unless you set version_ignore=yes.> If I need to compile each time, managesive should default to install > into the same directory than Dovecot, shouldn't it?I tend to agree, but I am not sure how to achieve this appropriately (i.e. without using some kind of hideous hack). I will give this a look. Regards, Stephan.