You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/09/29 07:21:29 UTC

DO NOT REPLY [Bug 31427] - make Errors when including LDAP as an SO

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31427>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31427

make Errors when including LDAP as an SO

chip@force-elite.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From chip@force-elite.com  2004-09-29 05:21 -------
1) Using the Worker MPM on FreeBSD 4.X is not valid.

2) That configuration will compile mod_auth_ldap staticly into Apache, but
compile mod_ldap as a DSO. If you want mod_ldap as a DSO, mod_auth_ldap must
also be compiled as a DSO.  If mod_ldap is staticly linked in, mod_authz_ldap
can be static *or* a DSO.

So, to fix your configuration, add auth_ldap to your --enable-mods-shared.

Thanks for using Apache,

-Paul Querna

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org