php7.4编译安装swoole和处理Makefile:398: recipe for target 'swoole_runtime.lo' failed报错
2021-03-04 05:28
标签:info 编译安装 查看 wget efi time inf amp 处理 下载:wget http://pecl.php.net/get/swoole-4.3.5.tgz 解压: 进入解压目录: 生成configure: 编译: 安装: 解决:我更换了swoole4.4.18版本后make成功 下载地址: wget http://pecl.php.net/get/swoole-4.4.18.tgz 最后需要在php.ini中加载扩展: 重启php-fpm php7.4编译安装swoole和处理Makefile:398: recipe for target 'swoole_runtime.lo' failed报错 标签:info 编译安装 查看 wget efi time inf amp 处理 原文地址:https://www.cnblogs.com/trblog/p/13266028.htmlphp7.4编译安装swoole和处理Makefile:398: recipe for target ‘swoole_runtime.lo‘ failed报错
编译安装swoole
tar -zxvf swoole-4.3.5.tgz
cd swoole-4.3.5/
/usr/local/php74/bin/phpiz
./configure --with-php-config=/usr/local/php74/bin/php-config
make && make install
报错: Makefile:398: recipe for target ‘swoole_runtime.lo‘ failed
extension=swoole.so
/usr/local/php74/sbin/php-fpm reload
php -m
查看是否安装成功
`
上一篇:js Date对象
下一篇:配置Log4net,IsDebugEnabled = false, IsErrorEnabled = false, IsFatalEnabled = false, IsInfoEnabled = fa
文章标题:php7.4编译安装swoole和处理Makefile:398: recipe for target 'swoole_runtime.lo' failed报错
文章链接:http://soscw.com/index.php/essay/59855.html