PHP 7.4 configure error: Package requirements (sqlite3 > 3.7.4) were not met
Question
When compiling php-7.4.6 on Linux, run the command ./configure --prefix=/develop/
, but the following error occurs.
Solution
It requires sqlite-devel
package, which can be installed manually or using the command line.
1. Install manually
On the web page https://pkgs.org/search/?q=sqlite-devel, find the sqlite-devel
version that matches your operating system, and download and install it.
2. Install using command line
Ubuntu / Debian:
RHEL / CentOS: