diff --git a/Common-build-problems.md b/Common-build-problems.md index f90e78f..6b926bf 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -162,6 +162,14 @@ or, alternatively, [for Python 3.7+](https://bugs.python.org/issue32598), instea CONFIGURE_OPTS="--with-openssl=" ``` +or + +```sh +LDFLAGS="-Wl,-rpath,/lib" \ +CONFIGURE_OPTS="--with-openssl=" \ +pyenv install -v +``` + E.g. (invocations that worked for various people): * RHEL6: