0
点赞
收藏
分享

微信扫一扫

configure: error: Library requirements (libpcre >= 7.8) not met

山竹山竹px 2022-01-28 阅读 95


具体错误:

checking for libpcre >= 7.8... Package libpcre was not found in the pkg-config search path. Perhaps you should add the directory containing `libpcre.pc' to the PKG_CONFIG_PATH environment variable No package 'libpcre' found
configure: error: Library requirements (libpcre >= 7.8) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

安装依赖库: 

sudo apt install -y libpcre3-dev



举报

相关推荐

0 条评论