展望未来

展望未来

Centos 7.x 安装 Swoole 4.0.x

  1. 安装依赖包

    openssl, openssl-devel, 

  2. 安装编译程序

    gcc, gcc-c++

  3. 安装http2依赖 nghttp2

    https://github.com/nghttp2/nghttp2/releases

    下载后解压缩并编译 

  4. tar zxvf nghttp2-1.32.1.tar.gz
    cd nghttp2-1.32.1
    ./configure
    make
    make install
  5. 安装swoole

    pecl install swoole

    根据提示操作即可

    备注:php-mysql依赖包请使用mysqlnt包

Powered By Z-BlogPHP 1.5.2 Zero

转载文章请注明出处并附链接。 京ICP备15060053号-2