当前位置:  开发笔记 > 编程语言 > 正文

安装swoole出现make报错的原因与解决方法

安装swoole出现make报错的原因:找不到opensslssl.h,首先要确认电脑上有没有安装openssl。解决方法:使用命令“brewinstallopenssl”安装openssl即可。

安装swoole报错,错误信息如下:

/Users/luzhuang/Downloads/swoole-src-4.4.3/include/swoole.h:596:10: fatal error: 'openssl/ssl.h' file not found
#include 
         ^~~~~~~~~~~~~~~
1 error generated.
make: *** [php_swoole_cxx.lo] Error 1

报错原因

报错很明显,找不到 openssl/ssl.h ,首先要确认电脑上有没有安装 openssl

Mac安装openssl

 brew install openssl

既然它找不到,那么就需要手动的指定 openssl 的目录:

./configure --enable-coroutine --enable-openssl  --enable-http2  --enable-async-redis --enable-sockets --enable-mysqlnd --with-openssl-dir=/usr/local/Cellar/openssl/1.0.2s --with-php-config=/Applications/MAMP/bin/php/php7.2.14/bin/php-config

推荐学习: swoole视频教程

以上就是安装swoole出现make报错的原因与解决方法的详细内容,更多请关注其它相关文章!

推荐阅读
mobiledu2402852357
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有