Swoole 装置问题
官网文档 – https://wiki.swoole.com/wiki/page/1.html
官网谬误问题 — https://wiki.swoole.com/wiki/page/438.html
一. 装置问题:
- 编译问题
(1) 明天部署 PHP 多版本共存,遇到编译失败 error,没有找到 php-config,在编译装置 swoole 时,./configure 须要一些参数,残缺如下:./configure –with-php-config=/usr/local/php7/bin/php-config 后边门路请替换成本人的理论门路。
(2) make: * [php_swoole_cxx.lo] 谬误 1
在执行这一步时
谬误:./configure --with-php-config=/www/server/php/72/bin/php
指定的是 php-config 文件,而不是 php 文件
正确:./configure --with-php-config=/www/server/php/72/bin/php-config