Subversion +mod_dav_svn error

John Korchok jkorchok at gmail.com
Wed Jul 11 22:31:57 UTC 2018



-----Original Message-----
From: Ryan Schmidt <ryandesign at macports.org> 
Sent: Tuesday, July 10, 2018 8:30 PM
To: John Korchok <jkorchok at gmail.com>
Cc: MacPorts Users <macports-users at lists.macports.org>
Subject: Re: Subversion +mod_dav_svn error


On Jul 10, 2018, at 19:12, John Korchok wrote:

> After installing subversion +mod_dav_svn, then restarting apache2, I get:
> httpd: Syntax error on line 170 of /opt/local/etc/apache2/httpd.conf:
Cannot load /opt/local/libexec/mod_dav_svn.so into server:
dlopen(/opt/local/libexec/mod_dav_svn.so, 10): Symbol not found:
_dav_do_find_liveprop\n  Referenced from:
/opt/local/libexec/mod_dav_svn.so\n  Expected in: flat namespace\n in
/opt/local/libexec/mod_dav_svn.so
> 
> Any ideas on how to fix this?

Googling this error, I found:

http://pablotips.blogspot.com/2012/02/install-svn-on-mac-os-x.html

which says:

> You must be shure (sic) to add the:
> 
> LoadModule dav_svn_module libexec/apache2/mod_dav_svn.so
> 
> line after the dav module:
> 
> LoadModule dav_fs_module libexec/apache2/mod_dav_fs.so
> 
> or you will get the following error trying to start Apache:
> 
> Cannot load /usr/libexec/apache2/mod_dav_svn.so into server:
dlopen(/usr/libexec/apache2/mod_dav_svn.so, 10): Symbol not found:
_dav_do_find_liveprop 

Thank you, that fixed it!

John



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



More information about the macports-users mailing list