ubuntu 安装 swoole 和mac 安装swoole 扩展

Posted wx5acf76b593c6d

tags:

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

ubuntu php 安装swoole 比较容易

1. 从git下载源码

2. 下载pcre ​​http://sourceforge.net/projects/pcre/files/pcre/8.36/​

 ./configure

  make &make install

3. 进入swoole 源码

phpize 

./cofigure 

make &make install

编辑php.ini 添加extension = swoole.so

重启apache 生效


mac 安装swoole

我的mac 安装的是XAMPP

http://blog.csdn.net/olivor/article/details/47829393

http://blog.csdn.net/rsp19801226/article/details/44590803


sudo brew install autoconf​​cd swoole​

phpize  
注意xampp 需要执行 /Applications/XAMPP/bin/phpize
./configure
xampp 请执行
./configure --with-php-config=/Applications/XAMPP/bin/php-config
make
sudo make install


以上是关于ubuntu 安装 swoole 和mac 安装swoole 扩展的主要内容,如果未能解决你的问题,请参考以下文章

mac 安装swoole扩展

Ubuntu 下安装 Swoole

mac 安装 swoole 可能会出现的错误

mac下安装swoole扩展

swoole之环境安装(mac)

Mac下PHP7.3安装Swoole4.4扩展教程