繁体   English   中英

在Amazon EC2上安装Pygtk

[英]Install Pygtk on Amazon EC2

我想在AWS上安装PywebkitGTK

(Amazon EC2,Amazon Linux AMI 2013.09.2(64位))

$ sudo ./configure --prefix=/usr
    ...
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    configure: creating ./config.lt
    config.lt: creating libtool
    checking for a Python interpreter with version >= 2.4... python
    checking for python... /usr/bin/python
    checking for python version... 2.6
    checking for python platform... linux2
    checking for python script directory... ${prefix}/lib/python2.6/site-packages
    checking for python extension module directory... ${exec_prefix}/lib64/python2.6/site-packages
    checking for headers required to compile python extensions... found
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for DEPS... no

    configure: error: Package requirements (libxslt
                  gthread-2.0
                  pygtk-2.0) were not met:

    No package 'libxslt' found
    No package 'gthread-2.0' found
    No package 'pygtk-2.0' found

    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.

    Alternatively, you may set the environment variables DEPS_CFLAGS
    and DEPS_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.    

在我的linuxmint上,我可以使用sudo apt-get install ...依赖关系,
但我无法通过yum搜索相同的软件包

任何帮助,将不胜感激 :)

Amazon Linux AMI不支持任何与GUI相关的东西。 实际上,它的YUM存储库甚至都没有与GUI远程相关的软件包。 因此,您无法在Amazon Linux的YUM存储库中找到丢失的软件包。

相反,您可能想尝试一个CentOS / Fedora / Ubuntu / RHEL AMI,它支持所有与GUI相关的事情。 尽管这些不是现成配置的,但是您当然可以手动配置它们。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM