You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by CLAYTON LUIZ DE ANDRADE <cl...@agraria.com.br> on 2006/05/24 13:11:28 UTC

problem with setting up the httpd.conf file

Hi all,
I am using Apache 2.2.2 server and install Subversion 1.3.1 under Windowx XP SP2.

When I put all recommended modifications (httpd.conf) 
like:

LoadModule dav_module modules/mod_dav.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule dav_fs_module modules/mod_dav_fs.so

and try re-start the Apache Server the following error appears:

httpd.exe: Syntax error on line 85 of C:/Arquivos de programas/Apache Software F
oundation/Apache2.2/conf/httpd.conf: API module structure `dav_svn_module' in fi
le C:/Arquivos de programas/Apache Software Foundation/Apache2.2/modules/mod_dav
_svn.so is garbled - perhaps this is not an Apache module DSO?
Note the errors or messages above, and press the <ESC> key to exit. 

Please, help me.

             Clayton Luiz de Andrade
Analista de Sistemas - Dept. de Informática
 Cooperativa Agrária Mista Entre Rios Ltda
                Fone: (42) 3625-8107
              claytonl@agraria.com.br 
            Visite: www.agraria.com.br 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: problem with setting up the httpd.conf file

Posted by Ryan Schmidt <su...@ryandesign.com>.
On May 24, 2006, at 15:11, CLAYTON LUIZ DE ANDRADE wrote:

> I am using Apache 2.2.2 server and install Subversion 1.3.1 under  
> Windowx XP SP2.
>
> When I put all recommended modifications (httpd.conf)
> like:
>
> LoadModule dav_module modules/mod_dav.so
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule dav_fs_module modules/mod_dav_fs.so
>
> and try re-start the Apache Server the following error appears:
>
> httpd.exe: Syntax error on line 85 of C:/Arquivos de programas/ 
> Apache Software F
> oundation/Apache2.2/conf/httpd.conf: API module structure  
> `dav_svn_module' in fi
> le C:/Arquivos de programas/Apache Software Foundation/Apache2.2/ 
> modules/mod_dav
> _svn.so is garbled - perhaps this is not an Apache module DSO?
> Note the errors or messages above, and press the <ESC> key to exit.

Subversion 1.3.1 works great with Apache 2.2.2. I'm using it right  
now on Mac OS X. But the Subversion Apache module needs to be  
compiled with the Apache 2.2 libraries for it to work there. Did you  
compile Subversion, or did you use one of the pre-packaged binaries  
linked to from the Subversion pages? If the latter, please note that  
it says in big letters at the top of that page that the binaries  
provided there are not compatible with Apache 2.2. If you want Apache  
2.2 compatibility, build the module yourself.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org