The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 07-03-2009
Siddheshk Siddheshk is offline
Registered User
  
 

Join Date: Jun 2009
Location: India - Mumbai
Posts: 20
Smile 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.