Centos8编译安装php8.0.1版本出现问题解决

xiaohai 2021-01-17 21:26:40 2483人围观 标签: PHP  php 
简介最近使用了下PHP-8.0.1最新版本,在编译安装的过程中出现了一些问题,这里主要做一些记录。

系统:Centos8
PHP版本:8.0.1
安装过程中出现了如下问题,同时包含解决方案

1、Package ‘sqlite3’, required by ‘virtual:world’, not found

yum install sqlite-devel

2、configure: error: Package requirements (oniguruma) were not met: Package ‘oniguruma’, required by ‘virtual:world’, not found

dnf --enablerepo=PowerTools install oniguruma-devel