Problem with Subversion SVN

Hi,

I am trtying to install SVN server with Apache.
I have already configured apache with SVN modulesh and the same can be seen in the modules directory.

-rwxr-xr-x 1 root root 34740 Jul 3 13:43 mod_authz_svn.so
-rwxr-xr-x 1 root root 385133 Jul 3 13:43 mod_dav_svn.so

now the problem is i am not able to start the apache server.
it gives following error.

[root@linux modules]# /usr/local/apache/bin/apachectl start
httpd: Syntax error on line 54 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/modules/mod_authz_svn.so into server: /usr/local/apache/modules/mod_authz_svn.so: undefined symbol: dav_svn_split_uri
[root@linux modules]#

Please help...i have already invested lot of time in this.

Thanks in advance.

It look like the mod_dav_svn.so is not loading before the svn module.

Make sure that you put mod_dav_svn.so before mod_authz_svn.so in the configuration.