Hi,I´ve downloaded apr and apr-util-1.2.8 from the same site (apr.apache.org) and...
APR: ./configure --prefix=/usr/local make make install I had to install APR to install APR-UTIL... APR_UTIL:./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr --with-ldap
make make installI used --with-ldap and not --enable-ldap as you wrote... using --enable-ldap, I could not install Apache ("make[3]: ** [mod_authnz_ldap.lo]")
No errors with ./configure, make or make install in apr, apr-util or apache. Please, can you explain the text above? "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." Thanks in advance, Mauricio. 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 _________________________________________________________________ MSN Hotmail, o maior webmail do Brasil. http://www.hotmail.com --------------------------------------------------------------------- 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