From 573cfaa735c5eaf2806e712eb9784ae958f32617 Mon Sep 17 00:00:00 2001 From: Lukas Eipert Date: Thu, 30 Jul 2015 17:37:49 +0200 Subject: [PATCH] Added help for issue #22 --- Common-build-problems.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Common-build-problems.md b/Common-build-problems.md index 3642987..64f4a87 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -80,6 +80,15 @@ BUILD FAILED * Alternatively, try reinstalling XCode command line tools for your OS (especially if you just upgraded your OS) +## ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib? + +* If you have homebrew openssl and pyenv installed, you may need to tell the compiler where the openssl package is located: +``` +CFLAGS="-I$(brew --prefix openssl)/include" \ +LDFLAGS="-L$(brew --prefix openssl)/lib" \ +pyenv install -v 3.4.3 +``` + ## python-build: definition not found To update your python-build definitions: