diff --git a/Common-build-problems.md b/Common-build-problems.md index 56aaa54..a64e2d2 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -90,6 +90,7 @@ CFLAGS="-I$(brew --prefix openssl)/include" \ LDFLAGS="-L$(brew --prefix openssl)/lib" \ pyenv install -v 3.4.3 ``` +* On FreeBSD 10-RELEASE and 11-CURRENT, you may need to recompile ``security/openssl`` without SSLv2 support. (See [#464](https://github.com/yyuu/pyenv/issues/464#issuecomment-152821922)). ## python-build: definition not found