SVN configuration problem

Posted by Sreeraj on Server Fault See other posts from Server Fault or by Sreeraj
Published on 2011-02-10T05:59:35Z Indexed on 2011/02/10 7:27 UTC
Read the original article Hit count: 471

Filed under:

Configured the SVN with httpd service including below modules but it gives an error as below:

LoadModule dav_svn_module     /usr/lib/httpd/modules/mod_dav_svn.so
LoadModule authz_svn_module   /usr/lib/httpd/modules/mod_authz_svn.so

error:

Starting httpd: httpd: Syntax error on line 206 of /etc/httpd/conf/httpd.conf: 
Cannot load /usr/lib/httpd/modules/mod_dav_svn.so into server: 
/usr/lib/httpd/modules/mod_dav_svn.so: undefined symbol: 
svn_mergeinfo__remove_prefix_from_catalog

Server version:

Apache/2.2.3 Server built: Nov 12 2008 07:09:27 RHEL 5.4 - 32 bit 

How would you troubleshoot this error message?

© Server Fault or respective owner

Related posts about svn