3-2 swoole 源码安装
anlondon Lv6

源码安装

swoole下载地址:https://gitee.com/swoole/swoole/tree/v4.4.8/

注意:

  1. php7.4 对应swoole版本为4.4.8
  2. 源码安装时,swoole包中没有 configure,在软件包目录下输入/php安装路径/php/bin/phpize,即可自动生成configure文件
  3. swoole编译时需要指定php-config位置。指令为./configure --with-php-config=/php安装路径/php/bin/php-config

一键安装

1
2
#!/bin/bash
pecl install swoole

遇到的问题:

 Comments