sqlite3 version issue which prevent to compile php

#1
Hello
I'm with debian 10, but it's impossible to compile php :
checking for sqlite3 > 3.7.4... no
configure: error: Package requirements (sqlite3 > 3.7.4) were not met:
No package 'sqlite3' found

checking on server :
# sqlite3 --version
3.27.2 2019-02-25 16:06:06 bd49a8271d650fa89e446b42e513b595a717b9212c91dd384aab871fc1d0alt1

seems that openlightspeeed is requiring sqilte3 version which is not available on debian10. how can we fix taht ? thx !
 
Top