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

阅读 95

2022-01-28


具体错误:

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)

0 0 举报