[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Openldap, Berkeley, Kerberos and Sasl question.



"Quanah Gibson-Mount" <quanah@stanford.edu> wrote in message
01BF0FC7CDFD966B9E379768@cadabra.stanford.edu">news:01BF0FC7CDFD966B9E379768@cadabra.stanford.edu...
>
> Yes, you need to enable GSSAPI and specify your plugin directory.
>
> Your LD_LIBRARY_PATH should point to the 'sasl2' directory and probably
the
> 'plugin' directory as well.

I compiled cyrus-sasl with the following options:

env CFLAGS="-I /usr/local/BerkeleyDB.4.2/include" \
LDFLAGS="-L /usr/local/BerkeleyDB.4.2/lib" \
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/share/man \
--enable-gssapi=/usr \
--enable-static \
--disable-anon \
--enable-cram \
--enable-digest \
--disable-otp \
--disable-plain \
--with-bdb-libdir=/usr/local/BerkeleyDB.4.2/lib \
--with-bdb-incdir=/usr/local/BerkeleyDB.4.2/include \
--without-pam \
--with-saslauthd=/var/run/saslauthd \
--with-openssl=/usr \
--with-plugindir=/usr/lib/sasl2

I renamed the existing sasl2 in /usr/lib to sasl2.old.  The installation
created a new sasl2 directory.

Still no dice.

Thanks,
Robert.