码迷,mamicode.com
首页 > 系统相关 > 详细

error: Cannot find OpenSSL's <evp.h> Mac

时间:2018-07-07 13:38:41      阅读:337      评论:0      收藏:0      [点我收藏+]

标签:--   ring   问题   解决   php   conf   使用   oca   class   

问题

mac安装php需要openssl

./configure –with-openssl

报错 error: Cannot find OpenSSL’s

解决

brew install openssl
./configure  --with-openssl=/usr/local/Cellar/openssl/1.0.2l/




==

php52与56共存的。使用下面的

./configure --with-php-config=/usr/local/Cellar/php52bysk/bin/php-config  --with-openssl=/usr/local/Cellar/openssl/1.0.2l/
make
make install

error: Cannot find OpenSSL's <evp.h> Mac

标签:--   ring   问题   解决   php   conf   使用   oca   class   

原文地址:https://www.cnblogs.com/showker/p/9276856.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!