解决办法
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安装的路径