Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 801139 - www-servers/apache APACHE2_MODULES="dav" needs dev-libs/apr-util USE=berkdb
Summary: www-servers/apache APACHE2_MODULES="dav" needs dev-libs/apr-util USE=berkdb
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-08 06:31 UTC by thomas
Modified: 2021-07-08 15:38 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.