"Ron Wahler" <[EMAIL PROTECTED]> wrote:
> How can I determine the path in which FreeRadius picks up
> dynamic libraries?

  The easiest way to do it is to re-run 'configure', in the rlm_ldap
directory:

$ cd src/modules/rlm_ldap
$ CFLAGS="-I/opt/openldap/include -I/opt/openssl-snap/include"
$ LDFLAGS="-L/opt/openldap/lib -L/opt/openssl-snap/lib"
$ export CFLAGS
$ export LDFLAGS
$ ./configure

  Alan DeKok.

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

Reply via email to