我第二次编译的时候swoole扩展找不到了, 已经 make clean过了
来源:3-2 Swoole源码安装
guofengio
2018-04-15
cd ~/Downloads git clone https://gitee.com/swoole/swoole.git cd swoole /home/misswell/soft/php/bin/phpize ./configure --with-php-config=/home/misswell/soft/php/bin/php-config --enable-async-redis make clean make -j make install
而后安装 phpredis 也在 php -m 里找不到
写回答
2回答
-
singwa
2018-10-22
cd ~/Downloads
git clone https://gitee.com/swoole/swoole.git
cd swoole
/home/misswell/soft/php/bin/phpize
./configure --with-php-config=/home/misswell/soft/php/bin/php-config --enable-async-redis
make -j
make install
这样试试
00 -
singwa
2018-04-16
重新下载个包 编译试试吧
022018-10-22
相似问题