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

Re: OpenLDAP on RH9



Raquel Sánchez wrote:
Anyone know what is the problem?. The file tests/test-db/master.log show this:

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 201000a, wanted 2010012.

The problem is this SASL version mismatch: - in this case, the version of libsasl found at runtime was 0x0201000a (2.1.10 in decimal) but the slapd binary was compiled for 0x02010012 (2.1.18).


You need to fix your machine environment to make sure that the right libraries are found. See the FAQ-o-Matic for more details if you need them.

By the way, this error message prints the version numbers in decimal in OpenLDAP 2.2, to hopefully make it a bit more obvious.

--
  -- Howard Chu
  Chief Architect, Symas Corp.       Director, Highland Sun
  http://www.symas.com               http://highlandsun.com/hyc
  Symas: Premier OpenSource Development and Support