You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Williams, Kevin" <KW...@sark.com> on 2003/02/16 20:20:28 UTC

Apache module troubles

I'm trying to install Subversion 0.17.1 on Gentoo. I installed the Apache
2.0.44 and Neon 0.23.5 packages. Then I extracted BerkeleyDB 4.1.25 into
'db' in the Subversion source tree. I compiled using "./configure
--with-apr=/usr/bin --with-apr-util=/usr/bin --with-neon=/usr
--with-apxs=/usr/sbin/apxs2" and everything compiled just fine. I stopped
and started Apache2 and received the following error message: "Cannot load
/etc/apache2/modules/mod_dav_svn.so into server:
/etc/apache2/modules/mod_dav_svn.so: undefined symbol: dav_xml_get_cdata".

Could some other Apache module be conflicting with mod_dev_svn? It appears
that the Gentoo build enables ALL modules.

Kevin

RE: Apache module troubles

Posted by Sander Striker <st...@apache.org>.
> From: Philip Martin
> Sent: Monday, February 17, 2003 12:11 AM

> "Williams, Kevin" <KW...@sark.com> writes:
> 
> > /etc/apache2/modules/mod_dav_svn.so: undefined symbol: dav_xml_get_cdata".
> 
> That's a symbol in Apache's mod_dav module, you need to load that
> before mod_dav_svn.
> 
> > Could some other Apache module be conflicting with mod_dev_svn? It appears
> > that the Gentoo build enables ALL modules.
> 
> When I build Apache from CVS I get a LoadModule for mod_dav
> automatically, I can't answer for Gentoo :)

In either case, following INSTALL should make it work...

Sander


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

Re: Apache module troubles

Posted by Philip Martin <ph...@codematters.co.uk>.
"Williams, Kevin" <KW...@sark.com> writes:

> /etc/apache2/modules/mod_dav_svn.so: undefined symbol: dav_xml_get_cdata".

That's a symbol in Apache's mod_dav module, you need to load that
before mod_dav_svn.

> Could some other Apache module be conflicting with mod_dev_svn? It appears
> that the Gentoo build enables ALL modules.

When I build Apache from CVS I get a LoadModule for mod_dav
automatically, I can't answer for Gentoo :)

-- 
Philip Martin

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