base64 decoding error
Michael O'Rourke
orourke.michael at gmail.com
Sun Mar 26 17:18:51 EST 2006
Hi all,
I have a SuSE10 (gcc 4.0.2) system with the following packages
compiled and installed locally:
Cyrus SASL CVS version from 16 March
OpenSSL 0.9.8a
OpenLDAP 2.3.20
BerkeleyDB 4.4 (with 2 patches)
I am trying to compile Cyrus-IMAP for use in a new murder. I have
tried 2.2.12 and 2.3.3 and both give me clients that have the "base64
decoding error" (both mupdatetest and imtest) when I use the "-m
digest-md5"; if I try to use plain and STARTTLS, the TLS negotiation
fails.
Both OpenLDAP using SASL authentication and the Sample Server and
Client from SASL work fine.
I am compiling Cyrus-IMAPd with the following:
./configure --enable-nntp --enable-murder --enable-listext \
--enable-netscapehack --with-cyrus-user=cyrus --with-cyrus-group=smmsp \
--with-auth=unix --with-bdb=/usr/local/BerkeleyDB.4.4 \
--with-bdb-libdir=/usr/local/BerkeleyDB.4.4/lib \
--with-bdb-incdir=/usr/local/BerkeleyDB.4.4/include \
--with-ldap=/usr/local --with-openssl=/usr/local/ssl \
--with-idle=idled --with-sasl=/usr/local/lib --with-perl --without-snmp
If I try the mupdatetest from another machine (using either "-m
digest-md5" or "-m plain -t ''", I get a successful login.
What am I missing?
Mike.
More information about the Info-cyrus
mailing list