I have HP-UX, but I am using same SASL (basically, none!--version 1.54) and this was my successful configuration script:
./configure --with-dblib=none --with-pwcheck --disable-krb4 --disable-gssapi --disable-cram --disable-digest --enable-pwcheck --prefix=/opt/cyrus-sasl-1 .5.24 --without-pam --enable-static It looks a little redundant with two pwcheck options, but this worked out the best. This was my cyrus-imapd 2.0.16 script: ./configure --with-pwcheck=pwcheck --disable-sieve --with-auth=unix --with-sasl=/opt/cyrus-sasl-1.5.24 --with-dbdir=/usr/local2/db-3.3.11 (I had my sasl & db-3 in a non-standard location). I don't know about your other disable options, but all in all, it looks like it should work fine. c* ----- Original Message ----- From: "Ana Belén Díez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 01, 2002 7:01 AM Subject: Installation Cyrus-Imap 2.0.16 > > Hi, > I have a Sun-Fire-280R System with Solaris 5.8 and I would like to intall > Cyrus-Imap 2.0.16. > > The chosen SASL mechanism is plaintext authentication using /etc/shadow and > I want to use pwcheck daemon. > I go to make this configure to install Cyrus SASL 1.5.27: > ./configure --with-pwcheck --disable-krb4 --disable-gssapi --disable-cram -- > disable-digest -disable-anon > > And with Cyrus-imap I will make: > ./configure --with-dbdir=/usr/local/BerkeleyDB.3.1 --with-perl=/usr/bin --wi > th-auth=unix --with-sasl=/usr/local > --with-openssl=/usr/local --with-tcl=/opt/sfw --disable-murder --disable-c mu > local --disable-netscapehack > --without-ucdsnmp --without-notify --without-afs --without-krb > > Is't correct? > Thank you very much for your comments. > > > > > > > ºººººººººººººººººººººººººººººººººººººººººººººº > Ana Belén Díez Barreiro > Sección de Redes y Comunicaciones > Servicio de Informática > Universidad Politécnica de Cartagena > Tfno: 968 325798 > e-mail: [EMAIL PROTECTED] > > > >