0
点赞
收藏
分享

微信扫一扫

configure: error: libacl not found

知年_7740 2022-04-19 阅读 105
linux

具体错误:

checking for acl_init in -lacl... no
configure: error: libacl not found

解决办法:

sudo apt install -y libacl1 libacl1-dev
举报

相关推荐

configure: error: zlib not installed

0 条评论