nopadol <[EMAIL PROTECTED]> wrote: > i wanna used freeradius with ldap. I start compile with these command : > > #./configure --prefix=/usr/local/freeradius --with-gnu-ld --enable-static-modul > es --with-ldap --enable-ltdl-install > out > and output is > > configure: warning: the comm_err library isn't found! > configure: warning: silently not building rlm_krb5. > configure: warning: FAILURE: rlm_krb5 requires: krb5.
What does this have to do with ldap? Nothing, I think. > configure: warning: silently not building rlm_ldap. > configure: warning: FAILURE: rlm_ldap requires: libldap_r. > > what should i do for this problem? or What option i should have in > my configure command ? Try using the latest CVS snapshot. It has a few bugs fixed in the ldap configuration. Also, you may not want to build a static version of the ldap module. If you don't have static ldap libraries on your system, then you CANNOT build a static version of rlm_ldap. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
