CentOS源码安装php

Posted higreen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS源码安装php相关的知识,希望对你有一定的参考价值。

//下载php

wget http://php.net/get/php-7.2.8.tar.gz/from/a/mirror

//解压

tar -zxvf php-7.2.8.tar.gz

//进入目录

cd php-7.2.8

//选择目录,编译安装

./configure --prefix=/usr/local/php

make && make install

 //答错出错数

echo $?

 

#编译出错

 

configure: error: xxx not found. Please check your xxx installation.

 

安装 yum install xxx-devel -y

 

以上是关于CentOS源码安装php的主要内容,如果未能解决你的问题,请参考以下文章

Centos6.8源码编译安装PHP7

Centos6.8源码编译安装PHP7

centos7.4下安装配置PHP服务(源码安装)

CentOS 6.5下源码安装LAMP(Linux+Apache+Mysql+Php)环境

CentOS源码安装php

CentOS7.6源码编译安装PHP 7.3.8