After installing SVN, Apache can't start mod

  

SVN integrated under Apache. Since you need to add modules, re-install ./configure, make make install and start apache with the following error:

httpd: Syntax error On line 53 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/mod_dav_svn.so into server: /usr/local/apache2/modules/mod_dav_svn.so: undefined symbol: Dav_register_provider

Workaround:

Re-config./configure Add parameters

1./configure -prefix=/usr/local/apache2 -enable-dav -enable-so - Enable-maintainer-mode -enable-rewrite

Copyright © Windows knowledge All Rights Reserved