mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
apache: recommend apr-util-db
This commit is contained in:
parent
584e806ba6
commit
29ae58e41d
2 changed files with 6 additions and 1 deletions
4
srcpkgs/apache/files/README.voidlinux
Normal file
4
srcpkgs/apache/files/README.voidlinux
Normal 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"
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'apache'
|
# Template file for 'apache'
|
||||||
pkgname=apache
|
pkgname=apache
|
||||||
version=2.4.54
|
version=2.4.54
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all
|
configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all
|
||||||
--enable-mods-shared=all --enable-authn-dbm --enable-authn-anon
|
--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
|
vinstall ${FILESDIR}/apache.logrotate 644 etc/logrotate.d apache
|
||||||
vsv apache
|
vsv apache
|
||||||
|
vdoc ${FILESDIR}/README.voidlinux
|
||||||
}
|
}
|
||||||
|
|
||||||
apache-htpasswd_package() {
|
apache-htpasswd_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue