(Answer) (Category) OpenLDAP Faq-O-Matic : (Category) OpenLDAP Software FAQ : (Category) Installation : (Category) Platform Hints : (Category) FreeBSD : (Answer) You might have to disable the use of getaddrinfo()
This problem persisted for me, even though slapd successfully started up during "make test", and even after I had performed all the other checks that have been mentioned here, and verified that everything was indeed set up the way that is specified here.
What finally worked for me to fix this problem was to disable the use of getaddrinfo(). I did it as follows:
- Edit include/portable.h
- Make sure that HAVE_GETADDRINFO is not defined, by making sure that the following line appears in this file: /* #undef HAVE_GETADDRINFO */
This is with version 2.2.11 under FreeBSD 4.0, but as always, YMMV.
Using the port under FreeBSD 5.2.1 I don't have this issue.
[Append to This Answer]
Next: (Answer) RaveStation
This document is: http://www.openldap.org/faq/index.cgi?file=1065
[Search] [Appearance]
This is a Faq-O-Matic 2.721.test.
© Copyright 1998-2013, OpenLDAP Foundation, info@OpenLDAP.org