From 921b540ae9e2235f038f00a1f6d4415c6df78a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20C=2E=20M=C3=BCller?= Date: Mon, 20 Jan 2014 09:01:54 -0800 Subject: [PATCH] Added little comment that libssl-dev -> openssl-dev on redhat. --- Common-build-problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index ff83f81..2bebe00 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -13,7 +13,7 @@ libreadline-dev libsqlite3-dev ```bash brew install readline; brew link readline; pyenv install 2.7.5``` -**NOTE**: `libssl-dev` is required when compiling Python, installing `libssl-dev` will actually install `zlib1g-dev`, which leads to uninstall and re-install Python versions (installed before installing `libssl-dev`). +**NOTE**: `libssl-dev` is required when compiling Python, installing `libssl-dev` will actually install `zlib1g-dev`, which leads to uninstall and re-install Python versions (installed before installing `libssl-dev`). On Redhat and derivatives the package is named `openssl-devel`. ## Removing a python version