CentOS缺少“Sqlite3” package解决方法

在CentOS系统安装软件(如php),如遇提示“No package sqlite3 found”,则说明系统没有sqlite服务包,需要安装。

解决方法:yum install sqlite-devel