由于未找到 Python 依赖项,安装 Ajenti 失败

由于未找到 Python 依赖项,安装 Ajenti 失败

我正在尝试安装 Ajentihttp://ajenti.org 我已按照其网站上的说明进行操作,但当我这样做时:

yum install ajenti

我明白了:

python26-greenlet-0.3.4-trunk.i386 from ajenti has depsolving problems
  --> Missing Dependency: libpython2.6.so.1.0 is needed by package python26-greenlet-    0.3.4-trunk.i386 (ajenti)
python26-gevent-1.0b2-trunk.i386 from ajenti has depsolving problems
  --> Missing Dependency: libpython2.6.so.1.0 is needed by package python26-gevent-1.0b2-    trunk.i386 (ajenti)
python26-lxml-2.3.3-2.i386 from ajenti has depsolving problems
  --> Missing Dependency: libpython2.6.so.1.0 is needed by package python26-lxml-2.3.3-2.i386 (ajenti)
ajenti-0.6.2-1.noarch from ajenti has depsolving problems
  --> Missing Dependency: /usr/bin/python26 is needed by package ajenti-0.6.2-1.noarch   (ajenti)
ajenti-0.6.2-1.noarch from ajenti has depsolving problems
  --> Missing Dependency: python26 is needed by package ajenti-0.6.2-1.noarch (ajenti)
Error: Missing Dependency: libpython2.6.so.1.0 is needed by package python26-lxml- 2.3.3-2.i386 (ajenti)
Error: Missing Dependency: python26 is needed by package ajenti-0.6.2-1.noarch (ajenti)
Error: Missing Dependency: libpython2.6.so.1.0 is needed by package python26-greenlet-   0.3.4-trunk.i386 (ajenti)
Error: Missing Dependency: libpython2.6.so.1.0 is needed by package python26-gevent-  1.0b2-trunk.i386 (ajenti)
Error: Missing Dependency: /usr/bin/python26 is needed by package ajenti-0.6.2-1.noarch    (ajenti)

答案1

基本 CentOS 5 系统包含 Python 2.4,而 Ajenti 需要 Python 2.6。不过 Python 2.6 在电力供应处存储库,因此你需要配置这个在安装 Ajenti 之前。

相关内容