On Wed, 26 Feb 2003, Trevor Hurst wrote: > > Because when I run the make I get the following errors: > > > > -static -c mod_auth_ldap.c && touch mod_auth_ldap.lo > > mod_auth_ldap.c:82:2: #error mod_auth_ldap requires APR-util to have LDAP > > support built in
If you go into the apr-util directory and run ./configure --help, among other things it will tell you: --with-ldap-include=path path to ldap include files with trailing slash --with-ldap-lib=path path to ldap lib file --with-ldap=library ldap library to use Go back to the top-level Apache directory and pass ./configure these arguments, and it will pass them through to apr-util for you. I admit this is not entirely obvious, but it's just the way it is. --Cliff
