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 2005/05/19 23:49:30 UTC

DO NOT REPLY [Bug 34977] New: - httpd won't start: undefined symbol: util_ldap_cache_getuserdn

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=34977>.
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=34977

           Summary: httpd won't start: undefined symbol:
                    util_ldap_cache_getuserdn
           Product: Apache httpd-2.0
           Version: 2.1-HEAD
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_ldap
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: minfrin@sharp.fm


If a default fresh install of httpd v2.1.3 is cranked up, the following message
pops up:

Starting httpd: httpd: Syntax error on line 165 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/httpd/modules/mod_authnz_ldap.so into server:
/usr/lib/httpd/modules/mod_authnz_ldap.so: undefined symbol:
util_ldap_cache_getuserdn

This is caused by LoadModule mod_authnz_ldap appearing _before_ LoadModule mod_ldap.

Swapping the order of these lines in the config file works around the problem, a
fix would be to order the config correctly by default, a better fix would be to
investigate whether it is possible to have modules load in any order and have
things "just work".

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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