[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
SASL library version mismatch: expected 2.1.21, got 2.1.10
- To: <openldap-software@OpenLDAP.org>
- Subject: SASL library version mismatch: expected 2.1.21, got 2.1.10
- From: "Yoginee Bhagwat" <ybhagwat@micromuse.com>
- Date: Tue, 5 Jul 2005 08:50:46 -0700
- Content-class: urn:content-classes:message
- Thread-index: AcWBeU6QOB90BOSnTiuXvT4hA83MDg==
- Thread-topic: SASL library version mismatch: expected 2.1.21, got 2.1.10
Hi,
I had posted message earlier about trouble finding BerkeleyDB files, but
I solved it by putting right path in lib.so.conf. Now I am getting
following error with SASL libraries. I have one older version of sasl in
my /usr/lib, the one I installed is in /usr/local/lib. I think the one
in /usr/lib is taking precedence. I updated my LD_LIBRARY_PATH to and
out /usr/local/lib/sasl2 in it so that it will take precedence. It
didn't help. What should I do so that slapd finds right version of sasl
?
[root@shark openldap]# /usr/local/libexec/slapd -h
'ldap://127.0.0.1:30490/ ldaps://127.0.0.1:35490/' -d 255
@(#) $OpenLDAP: slapd 2.2.26 (Jul 5 2005 02:12:40) $
ybhagwat@shark:/home/ybhagwat/ldap/openldap-2.2.26/servers/slapd
daemon_init: ldap://127.0.0.1:30490/ ldaps://127.0.0.1:35490/
daemon_init: listen on ldap://127.0.0.1:30490/
daemon_init: listen on ldaps://127.0.0.1:35490/
daemon_init: 2 listeners to open...
ldap_url_parse_ext(ldap://127.0.0.1:30490/)
daemon: initialized ldap://127.0.0.1:30490/
ldap_url_parse_ext(ldaps://127.0.0.1:35490/)
daemon: initialized ldaps://127.0.0.1:35490/
daemon_init: 2 listeners opened
slapd init: initiated server.
slap_sasl_init: SASL library version mismatch: expected 2.1.21, got
2.1.10
slapd shutdown: freeing system resources.
slapd stopped.
connections_destroy: nothing to destroy.
Thanks
-Yoginee