Changes between Initial Version and Version 1 of Ticket #40665


Ignore:
Timestamp:
Oct 4, 2013, 9:11:28 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Sounds like you have somehow replaced your /opt/local/lib/libaprutil-1.0.dylib with an older copy. Reinstall apr-util:

sudo port -n upgrade --force apr-util

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40665

    • Property Keywords mod_dav_svn apr-util removed
  • Ticket #40665 – Description

    initial v1  
    22I get this error on apache2 startup:
    33
     4{{{
    45httpd: Syntax error on line 103 of /opt/local/apache2/conf/httpd.conf: Cannot load /opt/local/apache2/modules/mod_dav_svn.so into server: dlopen(/opt/local/apache2/modules/mod_dav_svn.so, 10): Library not loaded: /opt/local/lib/libaprutil-1.0.dylib\n  Referenced from: /opt/local/apache2/modules/mod_dav_svn.so\n  Reason: Incompatible library version: mod_dav_svn.so requires version 6.0.0 or later, but libaprutil-1.0.dylib provides version 5.0.0
     6}}}
    57
    68Thank you for your yeoman work.