ubuntu 编译php随笔

1. 安装git

sudo apt install git


2. 通过git获取php源码

git clone https://git.php.net/repository/php-src.git

3. 进入php-src/ 准备编译

cd php-src/

./buildconf

运行提示需要 autoconf 。

4. 安装 autoconf

sudo apt-get install autoconf


5. 重新进行php编译

由于只是做测试,所以编译一个最简最的php。

./configure --disable-all

此处遇到一个错误

configure: error: bison is required to build PHP/Zend when building a GIT checkout!

安装 bison

 sudo apt-get install bison

重新运行 ./configure --disable-all 一次性通过。

接下来可以make了

make

因为只是研究用,所以就不 make install 了。

make 后在sapi/cli里就有了php的可执行文件,可以执行下看看

./sapi/cli/php -v

转载于:https://www.cnblogs.com/junly/p/5828630.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值