hmmm,
still doesn't work:
[root@mail1 rlm_ldap]# ./configure
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for lber.h... yes
checking for ldap.h... yes
checking for sasl_encode in -lsasl... no
checking for DH_new in -lcrypto... no
checking for SSL_new in -lssl... no
checking for ber_init in -llber... yes
checking for ldap_init in -lldap... no
configure: warning: silently not building rlm_ldap.
configure: warning: FAILURE: rlm_ldap requires: libldap.
updating cache ./config.cache
creating ./config.status
creating Makefile
[root@mail1 rlm_ldap]# ldconfig -p | grep ldap
libldap_r.so.2 (libc6) => /usr/local/lib/libldap_r.so.2
libldap_r.so (libc6) => /usr/local/lib/libldap_r.so
libldap.so.2 (libc6) => /usr/local/lib/libldap.so.2
libldap.so (libc6) => /usr/local/lib/libldap.so
Any other ideas?
schu
[EMAIL PROTECTED] wrote:
> Matthew Schumacher <[EMAIL PROTECTED]> wrote:
>
>>checking for ldap_initialize in -lldap... no
>>
>
> Weird. The code itself uses ldap_init(), not ldap_initialize().
>
> Hmm.. and if I change the configure script to look for ldap_init(),
> it doesn't work for me.
>
> After some poking, I discovered at least one typo in the configure
> script.
>
> Please grab the latest CVS snapshot tomorrow morning. That should
> contain the fix.
>
> Alan DeKok.
>
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>
>
>
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html