Centos8编译安装php7.4.11遇到的一些问题

报错1:configure: error: Package requirements (libxml-2.0 >= 2.7.6) were not met:No package libxml-2.0 found
yum install -y libxml2-devel
报错2:configure: error: Package requirements (sqlite3 > 3.7.4) were not met:No package sqlite3 found
yum install -y libcurl-devel
或者
yum -y install  sqlite-devel
报错3:configure: error: Package requirements (oniguruma) were not met:No package oniguruma found

执行以下命令
yum config-manager --set-enabled PowerTools
yum -y install oniguruma oniguruma-devel

 

Centos8编译安装php7.4.11遇到的一些问题

上一篇:vue.runtime.esm.js?2b0e:1888 TypeError: Cannot read property 'length' of null,原来问题在这里???


下一篇:js 将金额每隔3加逗号 数字千分位