Opened 11 years ago

Closed 10 years ago

#40665 closed defect (worksforme)

upgrade conflict between subversion and apache2

Reported by: jerry@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc:
Port:

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I have run port selfupdate, and have current versions of subversion and apache2 installed. I get this error on apache2 startup:

httpd: 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

Thank you for your yeoman work.

Change History (3)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: mod_dav_svn apr-util removed

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

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Did that work?

comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: worksforme
Status: newclosed

Presumed fixed.

Note: See TracTickets for help on using tickets.