解决办法

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安装的路径

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-20
  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
  • 2021-04-06
  • 2021-04-27
  • 2021-07-13
相关资源
相似解决方案