Couldn't find mod_dav_svn component in bugzilla so I'm just posting this here. Description of problem: Unresolved symbols when loading the mod_dav_svn Syntax error on line 2 of /etc/httpd/conf.d/subversion.conf: Cannot load /etc/httpd/modules/mod_dav_svn.so into server: /etc/httpd/modules/mod_dav_svn.so: undefined symbol: dav_xml_get_cdata Version-Release number of selected component (if applicable): mod_dav_svn-0.32.1-1 httpd-2.0.47-10 subversion-0.32.1-1 How reproducible: Always Steps to Reproduce: 1. Install mod_dav_svn RPM 2. Start httpd (service httpd start)
This is still a problem in FC t1.
There is a bug because: Include conf.d/*.conf needs to be moved *after* the LoadModule lines in httpd.conf; in that case, this works fine. (mod_dav_svn must be loaded after mod_dav)
This bug should be reopened and the bug still exists in FC4. Requiring users to re-configure in this manner is not productive.
.
Nevermind. I was too quick in checking /etc/httpd/conf/httpd.conf.rpmnew for the change. It is there. My bad.