WebDAV challenges on AL2023, Apache 2.4.56

0

Apache errors:

[dav_fs:crit] [pid 2466:tid 2496] (20019)DSO load failed: AH00576: The DBM driver could not be loaded. 
... The locks could not be queried for verification against a possible "If:" header.  [500, #0]. 
... [dav:error] [pid xxxx:tid xxxx] [client xxxx] Could not open the lock database.  [500, #400]. 
... [dav:error] [pid xxxx:tid xxxx] (20019)DSO load failed: [client xxxx] Could not open property database.  [500, #1]. 

httpd -v Server version: Apache/2.4.56 (Amazon Linux) Server built: Mar 15 2023 00:00:00

httpd.conf:

DavLockDB "<path apache user/group can r/w>"

Alias /data "<path apache user/group can r/w>"
<Directory "<path from above">
        Dav On
        AuthType Basic
        AuthName "webdav"
        AuthUserFile "<path to file>"
        require valid-user
</Directory>

Same config was working fine on AL2022.

Seems similar to the issue reported here for Alpine Linux: https://gitlab.alpinelinux.org/alpine/aports/-/issues/13112

Dependency on Berkeley DB for apr-util?

asked a year ago199 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions