From: Peter van Dijk Date: Tue, 14 Nov 2017 09:18:10 +0000 (+0100) Subject: document libcrypto usage for recent macOS X-Git-Tag: rec-4.1.0-rc3~2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39bea9a758d8a53f555cd52a68658c772722408d;p=pdns document libcrypto usage for recent macOS --- diff --git a/README.md b/README.md index 0aefd61cf..7fd20b83a 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ See https://doc.powerdns.com/md/appendix/compiling-powerdns/ for more details. If you run into C++11-related symbol trouble, please try passing `CPPFLAGS=-D_GLIBCXX_USE_CXX11_ABI=0` (or 1) to `./configure` to make sure you are compatible with the installed dependencies. +On macOS, you may need to `brew install openssl` and set `PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig` during configure. + COMPILING THE RECURSOR ---------------------- See the README in pdns/recursordist. diff --git a/pdns/recursordist/README.md b/pdns/recursordist/README.md index e08be4890..4dd758dd4 100644 --- a/pdns/recursordist/README.md +++ b/pdns/recursordist/README.md @@ -49,6 +49,8 @@ $ ./configure $ make ``` +On macOS, you may need to `brew install openssl` and set `PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig` during configure. + Lua scripting ------------- To benefit from Lua scripting, as described on https://doc.powerdns.com/md/recursor/scripting/