summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-12-06 05:33:30 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-03 02:28:08 -0500
commit86c2d3093686c4f945086c90af9b8a7900925b6b (patch)
tree3848ed86ba0ec57d7319b84bbf320d1191af3d62 /INSTALL
parent1334dd4ad52f8685948066af4798446af6b3e2da (diff)
downloadlighttpd-git-86c2d3093686c4f945086c90af9b8a7900925b6b.tar.gz
[multiple] remove long-deprecated modules
x-ref: https://wiki.lighttpd.net/Docs_ConfigurationOptions#Deprecated
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL16
1 files changed, 5 insertions, 11 deletions
diff --git a/INSTALL b/INSTALL
index 60dd3d12..83713323 100644
--- a/INSTALL
+++ b/INSTALL
@@ -60,10 +60,6 @@ optional packages for optional features ::
bzip2-libs
cyrus-sasl # SASL ./configure --with-sasl
cyrus-sasl-devel
- gdbm # GDBM ./configure --with-gdbm
- gdbm-devel
- GeoIP-devel # GeoIP ./configure --with-geoip
- GeoIP
gnutls # GnuTLS ./configure --with-gnutls
gnutls-devel
krb5-devel # Kerberos5 ./configure --with-krb5
@@ -77,11 +73,9 @@ optional packages for optional features ::
libdbi-dbd-sqlite
libmaxminddb # MaxMindDB ./configure --with-maxminddb
libmaxminddb-devel
- libmemcached-devel # Memcached ./configure --with-memcache
- libmemcached-libs
libpq # Postgresql ./configure --with-pgsql
libpq-devel
- libunwind # libunwind ./configure --with-libunwind
+ libunwind-devel # libunwind ./configure --with-libunwind
libuuid # libuuid ./configure --with-webdav-locks
libuuid-devel
libxml2 # libxml2 ./configure --with-webdav-props
@@ -103,9 +97,9 @@ optional packages for optional features ::
openssl-libs
pam # PAM ./configure --with-pam
pam-devel
- pcre # PCRE ./configure --with-pcre # (default)
+ pcre # PCRE ./configure --with-pcre
pcre-devel
- pcre2 # PCRE ./configure --with-pcre2
+ pcre2 # PCRE ./configure --with-pcre2 # (default)
pcre2-devel
sqlite # SQLite ./configure --with-webdav-props
sqlite-devel
@@ -113,9 +107,9 @@ optional packages for optional features ::
valgrind-devel
wolfssl # wolfSSL ./configure --with-wolfssl
wolfssl-devel
- zlib # zlib ./configure --with-zlib
+ zlib # zlib ./configure --with-zlib # (default)
zlib-devel
- zstd # zstd ./configure --with-zstd
+ libzstd # zstd ./configure --with-zstd
libzstd-devel
more options: ./configure --help