虚心使人进步

虚心学习,天天向上......
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

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

Posted on 2018-07-07 11:53  Showker  阅读(1260)  评论(0编辑  收藏  举报

问题

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共存的。使用下面的
cd /ext/openssl

/usr/local/Cellar/php52bysk/bin/phpize



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




让gd库支持freetype.否则拼图生成字体无法用

./configure --with-php-config=/usr/local/Cellar/php52bysk/bin/php-config --with-freetype-dir