subversion and apache

sifro

Verified User
Joined
Oct 3, 2010
Messages
26
Hello,

i need to set up a subversion repos on my server, so i created an httpd-svn.conf and included it httpd-includes.conf.

This -svn.conf file contains at the beginning these 2 lines:

LoadModule dav_svn_module /usr/lib/apache/mod_dav_svn.so
LoadModule authz_svn_module /usr/lib/apache/mod_authz_svn.so

When i try to restart the server, i get this error:

httpd: Syntax error on line 167 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf/extra/httpd-includes.conf: Syntax error on line 1 of /etc/httpd/conf/extra/httpd-svn.conf:

Cannot load /usr/lib/apache/mod_dav_svn.so into server: /usr/lib/apache/mod_dav_svn.so: cannot open shared object file: No such file or directory

So i tried to search the forum a bit but i found many different solution, and many of them were really dated...

So what do i really have to do with DA 1.36.2?
Recompile apache? (Which options do i have to add?)
Just compile the modules?

Thanks!
 
Back
Top