Changes between Initial Version and Version 2 of Ticket #29510


Ignore:
Timestamp:
May 19, 2011, 11:49:15 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Why is /usr/libexec/apache2 appearing in the error message? That directory is not part of MacPorts, and MacPorts apache2 should not be looking there for anything. Have you modified your httpd.conf to instruct it to look there? If so, undo that change, and let it look in the usual place for its modules -- /opt/local/apache2/modules.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29510

    • Property Cc ryandesign@… added
    • Property Summary changed from Apache won't start after Macport install on Snow Leopard to apache2: Cannot load /usr/libexec/apache2/mod_authz_owner.so into server
    • Property Port apache2 added
  • Ticket #29510 – Description

    initial v2  
    33Getting this "Cannot load" message when trying to start the macports version of Apache that's was installed on Snow Leopard:
    44
     5{{{
    56sudo /opt/local/apache2/bin/apachectl -k start
    67Password: xxxxx
    78httpd: Syntax error on line 63 of /opt/local/apache2/conf/httpd.conf: Cannot load /usr/libexec/apache2/mod_authz_owner.so into server: dlopen(/usr/libexec/apache2/mod_authz_owner.so, 10): Symbol not found: _apr_stat$INODE64\n  Referenced from: /usr/libexec/apache2/mod_authz_owner.so\n  Expected in: flat namespace\n in /usr/libexec/apache2/mod_authz_owner.so
     9}}}
    810
    911If I comment out that line, then other modules throw the same error as I go down the list commenting them out in http.conf.
    1012
    11 Is there a directory permission I missed changing after install? Any help appreciated.
     13Is there a directory permission I missed changing after install? Any help appreciated. [[br]]
    1214Thanks