Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 64392

Summary: svn 1.0.6, apache 2.0.51: mod_dav_svn undefined symbol: dav_xml_get_cdata
Product: Gentoo Linux Reporter: Tiago Freire <tiago.freire>
Component: [OLD] ServerAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: critical    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tiago Freire 2004-09-17 05:47:21 UTC
I have just emerged apache2 and subversion, and I am trying to get it to work, but I get his message when I try to start apache:

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

my apache and subversion were built with these flags:
[ebuild   R   ] dev-util/subversion-1.0.6  +apache2 +berkdb -emacs -java +perl +python +ssl  0 kB
[ebuild   R   ] net-www/apache-2.0.51  +berkdb -debug +doc +gdbm -ipv6 -ldap +ssl -static -threads  0 kB 



Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
Apache does not start

Expected Results:  
Apache should run nicely
Comment 1 Tiago Freire 2004-09-17 07:25:30 UTC
Duh, I am very very very dumb. to work properli, apache also needs to have "-D DAV" in /etc/conf.d/apache. to work, then it needs at least "-D DAV -D SVN".
When I added the flag it worked.