apache: recommend apr-util-db
This commit is contained in:
parent
584e806ba6
commit
29ae58e41d
|
@ -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"
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue