基本上我试图让Python2.7在Linux EL5上工作,但目前没有成功。真的很感激任何以前做过这个的人的指针。
任何人都知道是否有一个repo来获取Python 2.7的所有依赖项(EL5 rpms,如果不是源代码)?
我可以在http://ftp.srce.hr/redhat/test/el5/x86_64/找到Python27 EL5的RPM但仍未完成。
m000772@hkl20030997 ~]$ rpm -ivh python27-2.7.2-5.2.el5.x86_64.rpm
error: Failed dependencies:
libpython2.7.so.1.0()(64bit) is needed by python27-2.7.2-5.2.el5.x86_64 python27-libs = 2.7.2-5.2.el5 is needed by python27-2.7.2-5.2.el5.x86_64
[m000772@hkl20030997 ~]$ rpm -ivh python27-libs-2.7.2-5.2.el5.x86_64.rpm
error: Failed dependencies:
libdb-4.8.so()(64bit) is needed by python27-libs-2.7.2-5.2.el5.x86_64
现在libdb-4.8没有RPM
答案 0 :(得分:0)
您可以使用yum,此命令可以处理所有依赖项。
首先使用以下命令检查:
# yum search python27
尝试使用可用的版本..例如
# yum install python27