Am 02.04.2010 16:29, schrieb Derek Chen-Becker: > On 04/02/2010 12:05 AM, Dan White wrote: >> >> Your sasl install, and/or your link against libsasl2 looks bad. Does your >> glue library, libsasl2.so (in /usr/lib ?), match your install in >> /usr/local/lib? > > libsasl2.so is in /usr/local/lib, and ldd reports that the link is good: > > bash-3.00$ ldd /usr/cyrus/bin/sync_server > libsasl2.so.2 => /usr/local/lib/libsasl2.so.2 > ... > > It's sasl 2.1.22, and it was built with the following options (from > config.status): > > ./configure '--enable-login' '--without-des' You try to use PLAIN, thus "--enable-plain" is missing. > Thanks, > > Derek Alexander ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html