mac 错误 h:610:10: fatal error: 'openssl/ssl.h' file not found

分类:MacOS |

今天mac 安装了 pecl install swoole 提示 错误 h:610:10: fatal error: 'openssl/ssl.h' file not found


最好的解决方法: 
brew upgrade openssl
在设置环境变量
export CPPFLAGS=-I/usr/local/opt/openssl/include
export LDFLAGS=-L/usr/local/opt/openssl/lib


解决方法2: 


image.png