Hi, i need TLS with slapd, so i downloaded the debian source package, changed debian/rules (--without-tls to --with-tls) and made binary packages.
They compiled fine, however they do not run: deb1:~# slapd -f /etc/ldap/slapd.conf -d 255 -h "ldap:/// ldaps:///" @(#) $OpenLDAP: slapd 2.0.23-Release (Sam Mär 16 17:04:30 CET 2002) $ [EMAIL PROTECTED]:/home/ramin/tmp/server/ldap/openldap2-2.0.23/debian/build/servers/slapd daemon_init: ldap:/// ldaps:/// daemon_init: listen on ldap:/// daemon_init: listen on ldaps:/// daemon_init: 2 listeners to open... ldap_url_parse_ext(ldap:///) slap_get_listener_addresses: getaddrinfo ai_addr is NULL? slapd stopped. connections_destroy: nothing to destroy. The same error occurs without the -h options. Some info: - I used "fakeroot debian/rules binary" to make the debs. - Builded them on my host, and than installed inside vmware (shoudn't matter i think) - Both are latest sid. - The original binary deb works fine. Any thoughts? Ramin