From 465f134bbe13eb7d1f346419d02460e9278512ca Mon Sep 17 00:00:00 2001 From: Dany Marcoux Date: Tue, 7 Nov 2017 18:07:30 +0100 Subject: [PATCH] Add Arch Linux solution to missing OpenSSL lib --- Common-build-problems.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Common-build-problems.md b/Common-build-problems.md index 05b3f47..898512d 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -117,6 +117,14 @@ LDFLAGS=-L/usr/lib64 \ pyenv install -v 3.4.3 ``` +or (checked on Arch Linux): + +```sh +LDFLAGS="-L/usr/lib/openssl-1.0" \ +CFLAGS="-I/usr/include/openssl-1.0" \ +pyenv install -v 3.4.3 +``` + * Alternatively, if you installed openssl with macports, use the following paths: ```sh