You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jano <al...@mosteo.com> on 2004/07/09 09:28:23 UTC

Problem with mod_dav_svn

Hi,

I'm trying to set up access to a repository with apache and the DAV 
module. But, when I start apache to load the mod_dav_svn.so module I get 
this error:

Cannot load /usr/lib/apache2-extramodules/mod_dav_svn.so into server: 
/usr/lib/apache2-extramodules/mod_dav_svn.so: undefined symbol: 
dav_xml_get_cdata

I just installed apache 2.0.50, svn 1.0.5, but I see that the latest 
mod_dav_svn is for apache 2.0.48. Could it be that the source of my 
problem? If not, any ideas?

Thanks in advance,

Alex.


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

Re: Problem with mod_dav_svn

Posted by Max Bowsher <ma...@ukf.net>.
Jano wrote:
> Hi,
> 
> I'm trying to set up access to a repository with apache and the DAV
> module. But, when I start apache to load the mod_dav_svn.so module I get
> this error:
> 
> Cannot load /usr/lib/apache2-extramodules/mod_dav_svn.so into server:
> /usr/lib/apache2-extramodules/mod_dav_svn.so: undefined symbol:
> dav_xml_get_cdata
> 
> I just installed apache 2.0.50, svn 1.0.5, but I see that the latest
> mod_dav_svn is for apache 2.0.48. Could it be that the source of my
> problem? If not, any ideas?

The LoadModule line for mod_dav MUST precede the LoadModule line for mod_dav_svn.

Max.


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

Re: Problem with mod_dav_svn

Posted by Jano <al...@mosteo.com>.
Jano wrote:
> Hi,
> 
> I'm trying to set up access to a repository with apache and the DAV 
> module. But, when I start apache to load the mod_dav_svn.so module I get 
> this error:
> 
> Cannot load /usr/lib/apache2-extramodules/mod_dav_svn.so into server: 
> /usr/lib/apache2-extramodules/mod_dav_svn.so: undefined symbol: 
> dav_xml_get_cdata

Forget about it, I had forgotten to load mod_dav.so previously.


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