Subversion +mod_dav_svn error

Ryan Schmidt ryandesign at macports.org
Wed Jul 11 00:29:56 UTC 2018


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 



More information about the macports-users mailing list