mac下安装swoole-----XAMPP
swoole×××:https://github.com/swoole/swoole-src/releasescdswoole-src-swoole-1.7.19-stable/viREADME.md ,查看相关说明/Applications/XAMPP/bin/phpize提示Cannotfindautoconf.Pleasecheckyourautoc...
swoole×××:
cd swoole-src-swoole-1.7.19-stable/
-
vi README.md ,查看相关说明
/Applications/XAMPP/bin/phpize
-
提示Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script.
-
原因:没有安装GNU M4和 Autoconfig
./configure --enable-async-mysql
sudo make
-
提示/usr/include/php/ext/pcre/php_pcre.h:29:10: fatal error: 'pcre.h' file not found
-
仍然提示相同的错误
-
原因:configure时没有指定php-config 参数,由于我系统里装了两个版本的php,所以重新回到上一步指定php-config位置
./configure --with-php-config=/Applications/XAMPP/bin/php-config --enable-async-mysql
sudo make install
Installing shared extensions: /Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20121212/
转载于:https://blog.51cto.com/jhomephper/1714740
昇腾计算产业是基于昇腾系列(HUAWEI Ascend)处理器和基础软件构建的全栈 AI计算基础设施、行业应用及服务,https://devpress.csdn.net/organization/setting/general/146749包括昇腾系列处理器、系列硬件、CANN、AI计算框架、应用使能、开发工具链、管理运维工具、行业应用及服务等全产业链
更多推荐



所有评论(0)