8 Jan
2009
8 Jan
'09
1:40 p.m.
On Thu, 08 Jan 2009 10:57:50 +0000, Rodti MacLeary <rodti@macleary.com> wrote:
The next step is to compile the ManageSieve 0.10.4 source itself. I've extracted the tarball and attempted ./configure, but it's failing with the following errors:
./configure: line 19826: cd: ../dovecot: No such file or directory ./configure: line 19829: cd: ../dovecot-sieve-1.1: No such file or directory
I've made a little progress. While it previously didn't take my --with-dovecot parameter I've now got it to work. It threw a similar error about dovecot-sieve which I've now downloaded the source for (1.1.6) and configured. I can now successfully configure ManageSieve using:
./configure --with-dovecot=/home/user/dovecot-1.1.7
--with-dovecot-sieve=/home/user/dovecot-sieve-1.1.6
Unfortunately I now get a series of 'nothing to be done' errors when I attempt to make ManageSieve!
r.