19 Feb
2006
19 Feb
'06
4:34 p.m.
sumi wrote:
Im building freeradius-1.0.5. But rlm_ldap module was not built. Im setting the ldap library path correctly( hope so).
[...]
checking for pthread_create in -lpthread... (cached) yes checking for ldap_init in -lldap_r... no checking for ldap.h... yes configure: warning: silently not building rlm_ldap. configure: warning: FAILURE: rlm_ldap requires: libldap_r.
It's a local setup issue: the configure script can't find libldap_r.so. Fix your OpenLDAP installation to correctly build and install the thread-safe version of the library, too. -- Nicolas Baradakis