From 29ae58e41d918a5889e0743ac112455aeeaa4b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 3 Jan 2023 18:13:39 +0700 Subject: [PATCH] apache: recommend apr-util-db --- srcpkgs/apache/files/README.voidlinux | 4 ++++ srcpkgs/apache/template | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/apache/files/README.voidlinux diff --git a/srcpkgs/apache/files/README.voidlinux b/srcpkgs/apache/files/README.voidlinux new file mode 100644 index 00000000000..cb5c35cc3f0 --- /dev/null +++ b/srcpkgs/apache/files/README.voidlinux @@ -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" diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template index 4856267a8e2..629ad18b34a 100644 --- a/srcpkgs/apache/template +++ b/srcpkgs/apache/template @@ -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() {