diff --git a/Common-build-problems.md b/Common-build-problems.md index 5249e03..be0dc67 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -116,7 +116,13 @@ CFLAGS=-I/usr/include/openssl \ LDFLAGS=-L/usr/lib64 \ pyenv install -v 3.4.3 ``` +or (checked on ArchLinux): +```sh +export CFLAGS=-I/usr/include/openssl \ +export LDFLAGS=-L/usr/lib64 \ +pyenv install -v 3.4.3 +``` * Alternatively, if you installed openssl with macports, use the following paths: ```sh