Failed installing subversion server
Failed installing subversion server
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:
So, need I recompile apache? Or else any other way to resolve?
My config:CentOS + apache + nginx
Thank you!
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:
Google that, somebody says I need to recompile Apache.But I don't know how to keep current settings.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
So, need I recompile apache? Or else any other way to resolve?
My config:CentOS + apache + nginx
Thank you!
Re: Failed installing subversion server
Is this issue fixed for you?