On Jun 29, 2007, at 11:33 AM, Mauricio Cavalcanti wrote:
installed apr and apr-util (tgz)
Was apr-util compiled with LDAP support? That's not on by default. APR-util has to be compiled with --enable-ldap and if you use the bundled apr-util, it'll be passed that flag from httpd ./configure.
httpd-2.2.4: ./configure \ --prefix=/usr/local/httpd-2.2.4 \ --enable-so \ --enable-cgi \ --enable-info \ --enable-rewrite \ --enable-speling \ --enable-usertrack \ --enable-deflate \ --enable-ssl \ --enable-mime-magic \ --enable-authnz-ldap \ --enable-ldap \ --with-apr-util=/usr/local/apr-util
<..>
I tryied to find where can i get or how can i create the modules mod_auth_ldap.so and util_ldap.so, but i didn´t find any info about.
Looking through your ./configure output for httpd, what does it say when it tries to enable the LDAP stuff?
According to the above you're using the bundled apr and an external apr-util. That just seems like it'll all end in tears.
S. -- Sander Temme sctemme@xxxxxxxxxx PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx