From 4bb6e3f63eaaa8274bc057cec2bf2a24622accc1 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 20 Apr 2017 20:15:51 -0700 Subject: [PATCH] [v9_9] remove references to compile options that aren't in 9.9 --- README | 29 +++++------------------------ README.md | 31 ++++--------------------------- 2 files changed, 9 insertions(+), 51 deletions(-) diff --git a/README b/README index 5272d15999..e57bbeaaf0 100644 --- a/README +++ b/README @@ -306,31 +306,12 @@ line. To use a PKCS#11 hardware service module for cryptographic operations, specify the path to the PKCS#11 provider library using "--with-pkcs11=/prefix", and configure BIND with "--enable-native-pkcs11". -To support the HTTP statistics channel, the server must be linked with at -least one of the following: libxml2 http://xmlsoft.org or json-c https:// -github.com/json-c. If these are installed at a nonstandard location, -specify the prefix using --with-libxml2=/prefix or --with-libjson=/prefix. +To support the HTTP statistics channel, the server must be linked with +libxml2 http://xmlsoft.org If this is installed at a nonstandard location, +specify the prefix using --with-libxml2=/prefix. -To support compression on the HTTP statistics channel, the server must be -linked against libzlib. If this is installed in a nonstandard location, -specify the prefix using --with-zlib=/prefix. - -To support storing configuration data for runtime-added zones in an LMDB -database, the server must be linked with liblmdb. If this is installed in -a nonstandard location, specify the prefix using "with-lmdb=/prefix". - -To support GeoIP location-based ACLs, the server must be linked with -libGeoIP. This is not turned on by default; BIND must be configured with -"--with-geoip". If the library is installed in a nonstandard location, use -specify the prefix using "--with-geoip=/prefix". - -For DNSTAP packet logging, you must have libfstrm https://github.com/ -farsightsec/fstrm and libprotobuf-c https://developers.google.com/ -protocol-buffers, and BIND must be configured with "--enable-dnstap". - -Python requires the 'argparse' and 'ply' modules to be available. -'argparse' is a standard module as of Python 2.7 and Python 3.2. 'ply' is -available from https://pypi.python.org/pypi/ply. +Python requires the 'argparse' module to be available. 'argparse' is a +standard module as of Python 2.7 and Python 3.2. On some platforms it is necessary to explicitly request large file support to handle files bigger than 2GB. This can be done by using diff --git a/README.md b/README.md index ac2d75ddc5..7835cd6378 100644 --- a/README.md +++ b/README.md @@ -301,35 +301,12 @@ PKCS#11 hardware service module for cryptographic operations, specify the path to the PKCS#11 provider library using "--with-pkcs11=/prefix", and configure BIND with "--enable-native-pkcs11". -To support the HTTP statistics channel, the server must be linked with at -least one of the following: libxml2 -[http://xmlsoft.org](http://xmlsoft.org) or json-c -[https://github.com/json-c](https://github.com/json-c). If these are -installed at a nonstandard location, specify the prefix using -`--with-libxml2=/prefix` or `--with-libjson=/prefix`. +To support the HTTP statistics channel, the server must be linked with +libxml2 [http://xmlsoft.org](http://xmlsoft.org) If this is installed at a +nonstandard location, specify the prefix using `--with-libxml2=/prefix`. -To support compression on the HTTP statistics channel, the server must be -linked against libzlib. If this is installed in a nonstandard location, -specify the prefix using `--with-zlib=/prefix`. - -To support storing configuration data for runtime-added zones in an LMDB -database, the server must be linked with liblmdb. If this is installed in a -nonstandard location, specify the prefix using "with-lmdb=/prefix". - -To support GeoIP location-based ACLs, the server must be linked with -libGeoIP. This is not turned on by default; BIND must be configured with -"--with-geoip". If the library is installed in a nonstandard location, use -specify the prefix using "--with-geoip=/prefix". - -For DNSTAP packet logging, you must have libfstrm -[https://github.com/farsightsec/fstrm](https://github.com/farsightsec/fstrm) -and libprotobuf-c -[https://developers.google.com/protocol-buffers](https://developers.google.com/protocol-buffers), -and BIND must be configured with "--enable-dnstap". - -Python requires the 'argparse' and 'ply' modules to be available. +Python requires the 'argparse' module to be available. 'argparse' is a standard module as of Python 2.7 and Python 3.2. -'ply' is available from [https://pypi.python.org/pypi/ply](https://pypi.python.org/pypi/ply). On some platforms it is necessary to explicitly request large file support to handle files bigger than 2GB. This can be done by using