Bug 170241 - mod_dav_svn breaks httpd
Summary: mod_dav_svn breaks httpd
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: httpd
Version: 4.0
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Joe Orton
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-10-10 00:09 UTC by Damian Menscher
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-10-10 10:06:12 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Damian Menscher 2005-10-10 00:09:33 UTC
Description of problem:
httpd: 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):
httpd-2.0.52-19.ent
mod_dav_svn-1.1.4-2.ent

How reproducible:
Every time.

It might be worth mentioning that we're on x86_64 hardware.

Comment 1 Joe Orton 2005-10-10 10:06:12 UTC
This happens if you do not have mod_dav loaded in httpd.conf, or if you have
re-ordered the configuration such that mod_dav is loaded after subversion.conf
is parsed.

If you don't wish to load mod_dav, you should also remove the mod_dav_svn
package so that the server does not try to load mod_dav_svn.

If you do wish to use mod_dav_svn, add back the line:

  LoadModule dav_module modules/mod_dav.so

to the httpd.conf, somewhere before the

  Include conf.d/*.conf

line.




Note You need to log in before you can comment on or make changes to this bug.