Hi,
I have actually successfully gone thru an entire
install cycle of cyrus imap 2.0.16, including installing berkeley db 3.3.11, and
cyrus-sasl-1.5.24. Now I want to add kerberos support, so I have downloaded the
kerberos libraries specified in the cyrus-sasl instructions (both v4 and 5) and
installed them. then I recompiled cyrus-sasl successfully, but when I go to
recompile cyrus-imapd I get the error below. does anyone know why this might be
happening, and only after I add in the new libraries?
Environment is FreeBSD-4.0
Thanks,
Thomas
[user@host /home/jarna/cyrus-imapd-2.0.16]>
make
### Making all in /usr/home/jarna/cyrus-imapd-2.0.16/man ### Making all in /usr/home/jarna/cyrus-imapd-2.0.16/acap gcc -c -I/usr/local/include/db3 -I/usr/local/include -I. -I.. -DHAVE_CONFIG_H -g -O2 acap_err.c In file included from acap_err.h:6, from acap_err.c:5: /usr/include/com_right.h:47: redefinition of `struct error_table' *** Error code 1 Stop in /usr/home/jarna/cyrus-imapd-2.0.16/acap. *** Error code 1 Stop in /usr/home/jarna/cyrus-imapd-2.0.16. |