Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 801139

Summary: www-servers/apache APACHE2_MODULES="dav" needs dev-libs/apr-util USE=berkdb
Product: Gentoo Linux Reporter: thomas
Component: Current packagesAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: UNCONFIRMED ---    
Severity: normal CC: hydrapolic, polynomial-c, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description thomas 2021-07-08 06:31:17 UTC
A recent update of dev-libs/apr-util broke Apache webdav. Apache log:

[Thu Jul 08 08:04:13.758193 2021] [dav:error] [pid 1686] [client xx.xx.xx.xx:35104] The locks could not be queried for verification against a possible "If:" header.  [500, #0]
[Thu Jul 08 08:04:13.758222 2021] [dav:error] [pid 1686] [client xx.xx.xx.xx:35104] Could not open the lock database.  [500, #400]
[Thu Jul 08 08:04:13.758232 2021] [dav:error] [pid 1686] (20019)DSO load failed: [client xx.xx.xx.x:35104] Could not open property database.  [500, #1]

Reproducible: Always

Steps to Reproduce:
1. Try to save data via webdav (in my case with Android app Keepass2Android)
2. App cannot save the data
3. Apache writes error log
Actual Results:  
Data cannot be saved via webdav.

Expected Results:  
Data should be able to save via webdav.

After adding the USE flag berkdb for dev-libs/apr-util, Apache is able to save webdav data again.