0
点赞
收藏
分享

微信扫一扫

Package sqlite3 was not found in the pkg-config search path.add the directory containing `sqlite3.pc

蓝哆啦呀 2022-02-07 阅读 50


完整错误:

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

自己下载编译sqlite3。

然后在PKG_CONFIG_PATH中加入这个路径。


举报

相关推荐

0 条评论