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

Correct sasl version



LS,

I have:
Redhat 8
Openldap 2.1.16
Cyrus-Sasl 2.1.12
BerkeleyDB.4.1.25

I compile with:
LD_LIBRARY_PATH=/usr/local/BerkeleyDB.4.1/lib; export LD_LIBRARY_PATH

cd /opt
cd openl*
make clean
env     CPPFLAGS=       "-I/usr/local/BerkeleyDB.4.1/include \
                        -I/usr/include/openssl \
                        -I/usr/include/sasl"
       LDFLAGS=        "-L/usr/local/BerkeleyDB.4.1/lib  \
                        -L/usr/lib/sasl"
       ./configure     \
       --with-wrappers \
       --enable-ldbm   \
       --with-ldbm-api=berkeley \
       --with-ldbm-type=auto \
       --with-cyrus-sasl \
       --enable-syslog \
       --enable-debug \
       --without-threads \
       --enable-slapd \
       --enable-crypt \
       --enable-kpasswd \
       --enable-tls \
       --enable-lmpasswd \
       --enable-spasswd \
       --enable-modules \
       --enable-bdb \
       --enable-slurpd \
       --enable-debug \
       --enable-syslog \
       --with-gnu-ld \
       --enable-sql \
       --enable-referrals=yes \
       --enable-monitor=yes \
       --enable-ipv6=no \
       make depend
       make

Make test fails because of:
@(#) $OpenLDAP: slapd 2.1.16 (Wed Apr 2 17:03:56 CEST 2003) $
root@localhost.localdomain:/opt/openldap-2.1.16/servers/slapd
daemon_init: ldap://localhost:9009/
daemon_init: listen on ldap://localhost:9009/
daemon_init: 1 listeners to open...
ldap_url_parse_ext(ldap://localhost:9009/)
daemon: initialized ldap://localhost:9009/ daemon_init: 1 listeners opened
slapd init: initiated server.
slap_sasl_init: SASL version mismatch, got 2010007, wanted 201000c.
slapd shutdown: freeing system resources.
slapd stopped.
connections_destroy: nothing to destroy.


Which version of Cyrus Sasl should I use to get the correct SASL version or my links not properly setup?

Best regards,

Antoine Maartens