php7安装swoole
Posted 友 点胡说八道
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php7安装swoole相关的知识,希望对你有一定的参考价值。
1.下载swoole;
cd /usr/local/downloads/
git clone https://gitee.com/swoole/swoole.git
2.编译安装
先
yum install autoconf
cd swoole/
/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make
make install
在php.ini中添加swoole
成功
以上是关于php7安装swoole的主要内容,如果未能解决你的问题,请参考以下文章
php7.4编译安装swoole和处理Makefile:398: recipe for target 'swoole_runtime.lo' failed报错