因为不使用yum安装 的话只能使用rpm
报错:
configure: error: Package requirements (sqlite3 > 3.7.4) were not met: Package 'sqlite3', required by 'virtual:world', not found
已经安装了sqlite3 但是没有安装sqlite-devel- https://www.sqlite.org/download.html 去这里下载一定要找对https://centos.pkgs.org/7/centos-x86_64/sqlite-devel-3.7.17-8.el7_7.1.x86_64.rpm.html
需要上传sqlite-devel-3.7.17-8.el7_7.1.x86_64.rpm
rpm -ivh sqlite-devel-3.7.17-8.el7_7.1.x86_64.rpm --nodeps --force
这样安装上就可以了
标签:sqlite,REQUIREMENTS,x86,PACKAGE,3.7,64,SQLITE3,rpm From: https://www.cnblogs.com/Amos-Turing/p/17129465.html