On Mon, Nov 20, 2006 at 02:56:00PM +0100, Michael Messner said:
hey @all,

 the next try to get freeradius with ldap support on a solaris 10:

I've installed openldap from http://sunfreeware.com/indexintel10.html, so
I find the ldap libraries:

/usr/local/lib/libldap-2.3.so.0
/usr/local/lib/libldap-2.3.so.0.2.9
/usr/local/lib/libldap.a
/usr/local/lib/libldap.la
/usr/local/lib/libldap.so
/usr/local/lib/libldap_r-2.3.so.0
/usr/local/lib/libldap_r-2.3.so.0.2.9
/usr/local/lib/libldap_r.a
/usr/local/lib/libldap_r.la
/usr/local/lib/libldap_r.so

but there is no libldap_r which is searched for during configure!

checking for pthread_create in -lpthread... 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.

Does
./configure --with-rlm-ldap-lib-dir=/usr/local/lib/ \
            --with-rlm-ldap-include-dir=/usr/local/include/

no changes:

checking for pthread_create in -lpthread... yes
:configure: WARNING: silently not building rlm_ldap.
configure: WARNING: FAILURE: rlm_ldap requires:  libldap_r.
checking for ldap_init in -lldap_r... no
checking for ldap.h... yes

:-(

ca mIke
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to