码迷,mamicode.com
首页 > Web开发 > 详细

compile php with openssl on mac osx error 填坑

时间:2018-05-25 23:33:51      阅读:336      评论:0      收藏:0      [点我收藏+]

标签:++   start   pop   error   nss   undefined   /usr   scroll   move   

从源码手动编译 PHP 时出现如下错误:

 

解决办法

MakeFile 里面找到类似下面这一行:

删除所有的 -lssl 和 -lcrypto 然后添加 libssl.dylib 和 libcrypto.dylib 的路径(如果你安装了 brew,那么则是 /usr/local/opt/openssl/lib/),重新运行 make 命令,done。

附上我修改后的 MakeFile EXTRA_LIBS 那一行:

compile php with openssl on mac osx error 填坑

标签:++   start   pop   error   nss   undefined   /usr   scroll   move   

原文地址:https://www.cnblogs.com/sunsky303/p/9090973.html

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