首页 > 解决方案 > 配置:错误:*** POSIX caps headers not found when building SystemCtl on CentOS

问题描述

我目前正在按照教程在 AWS EC2 实例上构建 SystemCtl。

在配置步骤中,我得到了这个:

...
    checking for python... /home/linuxbrew/.linuxbrew/bin/python
    checking for python version... 2.7
    checking for python platform... linux2
    checking for python script directory... ${prefix}/lib/python2.7/site-packages
    checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
    checking for python lxml module... no
    configure: WARNING: *** python support requires python-lxml module installed
    configure: WARNING: *** python support not found, some documentation cannot be built
    checking for library containing dlsym... -ldl
    checking sys/capability.h usability... no
    checking sys/capability.h presence... no
    checking for sys/capability.h... no
    configure: error: *** POSIX caps headers not found

我想知道可以做些什么来解决这个问题,因为这会阻止make启动。

任何帮助表示赞赏。

标签: linuxamazon-web-servicesmakefileconfigurationcentos

解决方案


推荐阅读