【发布时间】:2016-05-05 09:30:23
【问题描述】:
我正在使用嵌入式 python 创建一个综合 rpm 包,并且需要在我的构建中包含 dbus。
所以我尝试安装 dbus-python 并得到这个错误:
configure: error: Package requirements (dbus-1 >= 1.6) were not met:
No package 'dbus-1' 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 DBUS_CFLAGS
and DBUS_LIBS to avoid the need to call pkg-config.
想法? 谢谢!
【问题讨论】:
标签: python linux centos rpm dbus