ubuntu编译安装swoole
安装openssh-server
修改su密码
安装php7.3
安装php7.3-dev
编译swoole需要phpize,所以安装php开发版,得到编译工具。如果是运行swoole,只安装它即可。
安装php-mbstring
默认php是不带mbstring的,但think-swoole依赖mbstring扩展
安装编译环境
编译swoole源码
配置php扩展
查看是否加载扩展
编译问题
configure: error: Cannot find php-config. Please use --with-php-config=PATH
编译前运行
./configure --with-php-config=/path/xxx
查找
php-config
路径:find -name php-config
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script
gcc-c++
ubuntu编译安装swoole
http://blog.icy8.cn/posts/55819/