This fails to configure on Solaris 8 when using either gcc or cc. During the compile I see:
checking for sasl_checkapop in -lsasl2... no configure: error: libsasl2 without working sasl_checkapop. Cannot continue. # After looking in config.log, I find that the sasl2 libraries cannot be located. This is incorrect since I specified the flags: LDFLAGS="-L/usr/local/lib" CFLAGS="-I/usr/local/include" ./configure <snip> However, after editing the ./configure script to include these flags in this test, the configure is successful. Tony At 11:49 AM 04/30/2002 -0700, you wrote: >Hi, > >I'm happy to announce that Cyrus IMAP 2.1.4 has been released. This >has several useful enhancements and bugfixes, and all users of 2.1 are >encouraged to upgrade. This is the version we're using internally at >CMU (modulo last minute documentation) and I encourage people running >2.0 or older to consider upgrading. > >I've included the changes below. > >Download Cyrus IMAP at > >ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imap-2.1.4.tar.gz > >Complaints, comments, suggestions, and especially bugfixes are welcome >on this list or to [EMAIL PROTECTED] > >thanks for all the help out there (and especially you Ken!), >Larry > >---cut here--- >Changes to the Cyrus IMAP Server since 2.1.3 > > * All "MAIL" and "SIEVE" notifications are now handled by notifyd > which is a daemon that supports multiple notification methods. The > mailnotifier and sievenotifier options have been added to > /etc/imapd.conf to configure notifications. (Ken Murchison) > * Many feature enhancements and bugfixes for the Cyrus Murder. The > code now supports live (but not transparent) moving of mailboxes > from one server to another. > * Some warning fixes. > * fdatasync() is no longer required. > * Fixed a bug in imap/append.c that would show itself if a message > was being delivered to five or more different partitions. > * Deliveries now don't create a redudant temporary file using > tmpfile(); the staging directory is used instead. (Ken Murchison) > * Fix a possible crashing bug in squatter. (Ken Murchison) > * Deleting a user now also removes their Sieve scripts. > * cyrusdb_skiplist: release locks during iteration. Should prevent > denial of service attacks and possibly increase performance. > * cyrusdb_skiplist: introduce a new mode using O_DSYNC writes which > is possibly faster on Solaris. Currently off (it seems to hurt > performance on Linux). > * master has preliminary code to avoid forking storms. > * sieveshell should now loop through all available SASL mechanisms > before conceding defeat. > * sieveshell can now upload a file to a different name. ****************************************************************************** * Anthony Brock [EMAIL PROTECTED] * * Director of Network Services George Fox University * ******************************************************************************