Hey Christoph,


Thursday, July 19, 2001, 6:29:07 AM, you wrote:


CK> Tring to compile cyrus-imapd-2.0.14 under SuSe-Linux 7.0 with

CK> ./configure  --with-pwcheck=/var/pwcheck\
CK> --with-pwcheck_method=shadow\
CK> --with-dbdir=/usr/local/BerkeleyDB.3.2

CK> make depend
CK> make all CFLAGS=-O

CK> I get the error message:

CK> make[1]: Entering directory `/var/local/cyrus-imapd-2.0.14/sieve'
CK> gcc -c -I. -I.. -I. -I./../lib -I./../et -I/usr/local/BerkeleyDB.3.2/include 
-I/usr/local/include   -DHAVE_CONFIG_H -I. -I. -O \
CK> sieve_err.c
CK> make[1]: *** No rule to make target `/usr/local/share/bison.simple', needed by 
`sieve.o'.  Stop.
CK> make[1]: Leaving directory `/var/local/cyrus-imapd-2.0.14/sieve'
CK> make: *** [all] Error 1

CK> Whats wrong here?

Seems as though you need bison, which is a language parser, so that sieve
can function properly.  Sieve needs this, and I think flex, in order to be
able to parse and use sieve scripts.

-- 
 Kevin

Reply via email to