From 711f5e5f9d6b1cba934177eddcd0c3aca10282ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Di=C3=B3genes=20Fernandes?= Date: Mon, 22 Jan 2018 20:26:57 -0300 Subject: [PATCH] Update build-osx.md --- doc/build-osx.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/build-osx.md b/doc/build-osx.md index 3c266bc..43edc3d 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -145,3 +145,7 @@ Troubleshooting: ./configure --with-gui=qt5 LDFLAGS="-L/usr/local/BerkeleyDB.4.8/lib/" CPPFLAGS="-I/usr/local/BerkeleyDB.4.8/include/" +* If you receive `configure: error: OpenSSL ec header missing`, please change the flags to: + + export LDFLAGS=-L/usr/local/opt/openssl/lib + export CPPFLAGS=-I/usr/local/opt/openssl/include