[MacPorts] #40665: upgrade conflict between subversion and apache2
MacPorts
noreply at macports.org
Fri Oct 4 14:11:29 PDT 2013
#40665: upgrade conflict between subversion and apache2
----------------------+--------------------------------
Reporter: jerry@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.0
Resolution: | Keywords:
Port: |
----------------------+--------------------------------
Changes (by ryandesign@…):
* keywords: mod_dav_svn apr-util =>
Old description:
> 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.
New description:
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.
--
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
}}}
--
Ticket URL: <https://trac.macports.org/ticket/40665#comment:1>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list