mod_dav_svn.so undefined symbol: dav_register_provider
Recently, I attempted to install subversion on Centos6. Apache failed to start with this error: mod_dav_svn.so undefined symbol: dav_register_provider To fix this error simply add this in your httpd.conf: LoadModule dav_module modules Make sure you add the line above BEFORE…