Bug 71988 - www/mod_dav should support external expat
Summary: www/mod_dav should support external expat
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-apache (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-21 23:20 UTC by Nik Clayton
Modified: 2004-10-13 09:38 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nik Clayton 2004-09-21 23:20:25 UTC
Install www/mod_dav after building Apache with WITHOUT_APACHE_EXPAT
defined (e.g., if you're using AxKit).

You get this error after restarting Apache with the mod_dav module loaded.

Can't load /usr/local/apache/libexec/libdav.so into server : 
    undefined symbol: XML_SetElementHandler

mod_dav needs to be built with the --with-expat=... option to use the
external expat lib.  There's no configurable knob for the mod_dav port
to enable this.  There should be.

Fix: 

None yet.  If I get the time over the next couple of days I'll 
parameterise this and send a patch.
How-To-Repeat: 
As above.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-09-22 07:48:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Over to maintainer.
Comment 2 Clement Laforet freebsd_committer freebsd_triage 2004-10-13 09:37:45 UTC
State Changed
From-To: open->closed

Fix committed, thanks for the notification!