RE: Subversion +mod_dav_svn error

2018-07-11 Thread John Korchok



-Original Message-
From: Ryan Schmidt  
Sent: Tuesday, July 10, 2018 8:30 PM
To: John Korchok 
Cc: MacPorts Users 
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



Re: Subversion +mod_dav_svn error

2018-07-10 Thread Ryan Schmidt


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 



Subversion +mod_dav_svn error

2018-07-10 Thread John Korchok
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?

-- 
John Korchok