我不能安装avahi
checking for AVAHI... yes
checking avahi-client/client.h usability... yes
checking avahi-client/client.h presence... yes
checking for avahi-client/client.h... yes
checking avahi-glib/glib-malloc.h usability... no
checking avahi-glib/glib-malloc.h presence... no
checking for avahi-glib/glib-malloc.h... no
checking for avahi_client_new in -lavahi-client... yes
configure: error:
avahi development headers not found.
Use --disable-avahi if you do not need avahi (Bonjour) support.发布于 2015-12-16 07:22:46
您还需要libavahi开发包。在不知道您试图编译什么的情况下,我只能给出可用包的列表。检查此链接。
但我相信,你需要libavahi-glib-dev:
sudo apt-get install libavahi-glib-dev缺少的头文件avahi-glib/glib-malloc.h在此包中。
发布于 2022-06-03 21:48:09
这就是我所需要的:
libavahi-client-dev
libavahi-core-devhttps://askubuntu.com/questions/710072
复制相似问题