编译 PHP 源码出现 Cannot find OpenSSL's <evp.h> 错误
configure: error: Cannot find OpenSSL's <evp.h>
解决
brew install openssl
./configure --prefix=/usr/local/php/php73 \
--with-openssl-dir=/usr/local/Cellar/openssl@1.1/1.1.1b \
--with-openssl=/usr/local/Cellar/openssl\@1.1/1.1.1b/