0
点赞
收藏
分享

微信扫一扫

No package 'libxml-2.0' found

自由的美人鱼 2022-02-07 阅读 116


 错误:

configure: error: Package requirements (libxml-2.0 >= 2.6) were not met:

No package 'libxml-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 LIBXML2_CFLAGS
and LIBXML2_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

解决办法:

apt install libxml2
apt install libxml2-dev


举报

相关推荐

0 条评论