Changes between Version 1 and Version 2 of Ticket #23418


Ignore:
Timestamp:
Feb 5, 2010, 6:12:31 AM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

#13182 is another "Symbol not found" in an Apache module, other than that it's not similar to your issue. #11755 doesn't seem related at all.

I suspect your issue relates to openldap having been recently updated. Please rebuild any port that uses openldap, e.g.

port dependents openldap | cut -d " " -f 1 | xargs sudo port -n upgrade --force

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23418 – Description

    v1 v2  
    33Everything was set up and working anonymously. When I added LoadModule ldap_module and LoadModule authnz_ldap_module to the httpd.conf I discovered they were not in the modules folder.
    44
    5 I ran port install apache2 +openldap. I had to run port install apr- util +openldap before apache2 +openldap could install.
     5I ran port install apache2 +openldap. I had to run port install apr-util +openldap before apache2 +openldap could install.
    66
    77Now I get the following error when trying to restart apache:
     
    1111}}}
    1212
    13 I saw similar error referred to in regards to "mod_ssl, Apache2 and Leopard with patch -- doesn't work" (tickets: #13182and #11755), but I wasn't sure the solution would be the same. I am installing on  Leopard Server.
     13I saw similar error referred to in regards to "mod_ssl, Apache2 and Leopard with patch -- doesn't work" (tickets #13182 and #11755), but I wasn't sure the solution would be the same. I am installing on  Leopard Server.
    1414
    15 I posted the trouble to the users listserve, but have had no response. oCould this ba a trouble with the port variant?
     15I posted the trouble to the users listserve, but have had no response. Could this be a trouble with the port variant?
    1616
    1717Thanks,