Page 1 of 1

Failed installing subversion server

Posted: Thu Apr 12, 2018 4:06 am
by lifishake
Hi all,

I want to install subversion on my VPS.
Here are my steps:
1. yum remove subversion*
2. yum clean all
3. service httpd restart
4. chkconfig httpd on
5. yum install subversion mod_dav_svn
6. vim /etc/httpd/conf.modules.d/10-subversion.conf ...
7. service httpd restart

But, httpd can't start and following error message shows:
httpd: Syntax error on line 2 of /etc/httpd/conf/httpd.conf:
Syntax error on line 1 of /etc/httpd/conf.modules.d/10-subversion.conf: Cannot load modules/mod_dav_svn.so into server:
/etc/httpd/modules/mod_dav_svn.so: undefined symbol: dav_do_find_liveprop
Google that, somebody says I need to recompile Apache.But I don't know how to keep current settings.

So, need I recompile apache? Or else any other way to resolve?

My config:CentOS + apache + nginx

Thank you!

Re: Failed installing subversion server

Posted: Mon Apr 22, 2019 9:06 am
by hassaan
Is this issue fixed for you?