Gregory Barchard wrote:
> reposting as directed from sfwnv-discuss
>
> Hi-
>
> I am trying to enable svn in apache but I am receiving the following  
> error while running apachectl configtest:
>
> -bash-3.2$ /usr/apache2/2.2/bin/apachectl configtest
> httpd: Syntax error on line 71 of /etc/apache2/2.2/httpd.conf: Syntax  
> error on line 107 of /etc/apache2/2.2/conf.d/modules-32.load: Can't  
> locate API module structure `svn_module' in file /usr/apache2/2.2/ 
> libexec/mod_dav_svn.so: ld.so.1: httpd: fatal: svn_module: can't find  
> symbol
>   

The correct symbol is "dav_svn_module"

$ nm /usr/apache2/2.2/libexec/mod_dav_svn.so | grep _module
0002c280 D dav_svn_module


so use "LoadModule dav_svn_module libexec/mod_dav_svn.so"



Reply via email to