From 39bea9a758d8a53f555cd52a68658c772722408d Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 14 Nov 2017 10:18:10 +0100 Subject: [PATCH] document libcrypto usage for recent macOS --- README.md | 2 ++ pdns/recursordist/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 0aefd61cfb..7fd20b83ae 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 e08be48907..4dd758dd4b 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/ -- 2.47.2