mac编译openssl扩展报错 openssl.c:44:10: fatal error: 'openssl/evp.h' file not found
解决办法
brew link openssl --force
然后
./configure --with-openssl --with-php-config=/usr/local/php/bin/php-config
make
sudo make install
如果还是不行,就去openssl官网下载源码,自己安装
然后./configure --with-openssl=openssl安装的路径
转载请注明原处