Ken Murchison wrote: >> This release cannot work on Solaris 9 64-bit. Cyrus-IMAP build in 64-bit >> mode with SUNWspro cc (SUN Studio 11): >> # su - cyrus -c /usr/local/sbin/reconstruct user.devel >> Bus Error - core dumped > Just to clarify, the dump below is from v2.3.7 reconstruct? Yes of course. I build package from cyrus-imap-2.3.7 with only one patch: --- sieve/bc_emit.c.orig Mon Jul 10 12:57:58 2006 +++ sieve/bc_emit.c Mon Jul 10 12:58:40 2006 @@ -45,7 +45,7 @@ void dump(bytecode_info_t *d); #endif -inline int write_int (int fd, int x) +static inline int write_int (int fd, int x) { int y=htonl(x); return (write(fd, &y, sizeof(int))); Patch it is necessary for compile with SUN cc. Thanks a lot! -- Alex Deiter ---- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html