==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=5039

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================





--- Comment #11 from Jonathan <[email protected]>  2009-03-02 
12:10:34 ---
= Environment:

Fresh install of SME Server 7.4, no custom-templates and
contrbs against a local mockbuild smeserver-mod_dav.

= Current version installed:

[r...@sme74test httpd.conf]# rpm -q smeserver-mod_dav
smeserver-mod_dav-0.1-17.el4.sme
[r...@sme74test httpd.conf]#

= Original problem:

When mod_dav was disabled the modulde was not loaded but parameters for this
module were set causing httpd to fail.

= Resolution:

Download the fixed smeserver-mod_dav from the smetest repository using yum,
then
"signal-event post-upgrade; signal-event reboot"

= Updated version installed:

[r...@sme74test ~]# rpm -q smeserver-mod_dav
smeserver-mod_dav-0.1-18.el4.sme
[r...@sme74test ~]#

= Problem fixed:

[r...@sme74test ~]# db configuration show modDAV
modDAV=service
    status=enabled
[r...@sme74test ~]# expand-template /etc/httpd/conf/httpd.conf
[r...@sme74test ~]# grep -n DAVLockDB /etc/httpd/conf/httpd.conf
119:DAVLockDB /var/run/davLocks/DAVLock
[r...@sme74test ~]# httpd -t
Syntax OK
[r...@sme74test ~]#

[r...@sme74test ~]# db configuration setprop modDAV status disabled
[r...@sme74test ~]# db configuration show modDAV
modDAV=service
    status=disabled
[r...@sme74test ~]# expand-template /etc/httpd/conf/httpd.conf
[r...@sme74test ~]# grep -n DAVLockDB /etc/httpd/conf/httpd.conf
[r...@sme74test ~]# httpd -t
Syntax error on line 114 of /etc/httpd/conf/httpd.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
[r...@sme74test ~]#

= Release note information suggestion:

Fix loading of module when status disabled

= Verified or Reopen:

Marking VERIFIED, opening a new BUG against smeserver-subversion for the error
when disabled.

-- 
Configure bugmail: http://bugs.contribs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam

Reply via email to