ubuntu安装dbus


下载地址

https://dbus.freedesktop.org/releases/dbus/

编译安装

./configure --prefix=/home/ubuntu/dbus-1.13.18/install
make && make install

出现如下错误:

configure: error: The pkg-config script could not be found or is too old.  Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

解决办法:

sudo apt-get install pkg-config

出现如下错误:

checking for EXPAT... configure: error: Package requirements (expat) were not met:
No package 'expat' found

解决办法:

sudo apt-get install libexpat1-dev


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM