宗小宗-PHP程序猿

欢迎各位朋友前来,如果我的文章中有不对的地方,还望指正;如需转载,请注明原处

mac编译openssl扩展报错 openssl.c:44:10: fatal error: 'openssl/evp.h' file not found

解决办法

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

posted @ 2016-05-04 23:08  宗小宗  阅读(2592)  评论(0编辑  收藏  举报