Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64392 - svn 1.0.6, apache 2.0.51: mod_dav_svn undefined symbol: dav_xml_get_cdata
Summary: svn 1.0.6, apache 2.0.51: mod_dav_svn undefined symbol: dav_xml_get_cdata
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High critical
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-17 05:47 UTC by Tiago Freire
Modified: 2004-09-17 07:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.