Issue 1665 - getaddrinfo broken when linking with bind
Summary: getaddrinfo broken when linking with bind
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-22 15:06 UTC by nfilus@gmx.net
Modified: 2014-08-01 21:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description nfilus@gmx.net 2002-03-22 15:06:24 UTC
Full_Name: Nikolaus Filus
Version: 2.0.2x
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (194.25.159.26)


Hi,

I tried to install openLDAP 2.0.2x and run into problems, which were reported
here, but I didn't found a working solution for me. Now I have one:
When linking against bind (8.2.2-P5) getaddrinfo fails with 
   daemon_init: <null>
   daemon_init: listen on ldap:///
   daemon_init: 1 listeners to open...
   ldap_url_parse_ext(ldap:///)
   slap_get_listener_addresses: getaddrinfo ai_addr is NULL?
   slapd stopped.
   connections_destroy: nothing to destroy.
but after changing the order of looking for res_query to first look for
libresolv, I was able to pass all tests. Now everything is working OK.

Nikolaus


Comment 1 Kurt Zeilenga 2002-03-23 20:52:05 UTC
changed notes
changed state Open to Closed
Comment 2 Howard Chu 2004-12-06 01:28:48 UTC
moved from Incoming to Archive.Incoming
Comment 3 OpenLDAP project 2014-08-01 21:05:38 UTC
bind is broken