apache: recommend apr-util-db

This commit is contained in:
Đoàn Trần Công Danh 2023-01-03 18:13:39 +07:00
parent 584e806ba6
commit 29ae58e41d
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,4 @@
For LOCK request of WebDAV, apr-util-db is needed.
Otherwise, apache will report:
"DSO load failed: AH00576: The DBM driver could not be loaded"

View File

@ -1,7 +1,7 @@
# Template file for 'apache'
pkgname=apache
version=2.4.54
revision=1
revision=2
build_style=gnu-configure
configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all
--enable-mods-shared=all --enable-authn-dbm --enable-authn-anon
@ -135,6 +135,7 @@ post_install() {
vinstall ${FILESDIR}/apache.logrotate 644 etc/logrotate.d apache
vsv apache
vdoc ${FILESDIR}/README.voidlinux
}
apache-htpasswd_package() {