无法从源代码构建 python3.4 (RHEL 6)

Not able to build python3.4 from source (RHEL 6)

我正在尝试从各种 RHEL 服务器上的源代码压缩包构建和编译 python3.4(它们都应该是相同型号的服务器)。我检查了md5sum,它们都和Python网站上的一样。

然而,在某些服务器上,当我编译 python3.4 (./configure -> make -> make install) 时,服务器在 "make" 步骤中进入无限循环。它保留 "checking for" 各种元素。

我该如何解决这个问题?

Red Hat Software Collections 是一个相对较新的产品,它使 Python、Ruby 等的新版本可用于 RHEL 6 和 7。它们包含在大多数 RHEL 订阅中,并且它们安装与作为 RHEL 一部分的 original/base 版本一起。 Python 3.4 位列其中。

要开始,请转至 http://developers.redhat.com/products/softwarecollections/overview/