BLFS Version 2013-06-05

compiled as book with OpenSSL, Berkeley DB and without all the optional 
dependencies
I have changed the configure to this

./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
     --with-dbpath=/var/lib/sasl/sasldb2 \
     --with-saslauthd=/var/run/saslauthd \
     --disable-silent-rules \        <-- this from here down has been 
added and not in book
     --bindir=/usr/bin \
     --libdir=/usr/lib \
     --with-dblib=berkeley \
     --with-plugindir=/usr/lib/sasl2 \
     --enable-anon\
     --enable-login \
     --enable-plain \
     --enable-cram \
     --enable-digest \
     --disable-krb4 \
     --disable-otp

builds and installs

Then to check

  /usr/sbin/saslauthd -v
saslauthd 2.1.16
authentication mechanisms: getpwent rimap shadow

I need to get sasldb plugin working for cyrus-imapd MTA

What am I missing from the configuration or dependency list?
Or any hints welcome

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to