compile php with openssl on mac osx error 填坑

Posted 健 の 随笔

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了compile php with openssl on mac osx error 填坑相关的知识,希望对你有一定的参考价值。

从源码手动编译 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 填坑的主要内容,如果未能解决你的问题,请参考以下文章

OpenSSL Compilation and Installation

Linux下php安装openSSL模块

ubuntu编译openssl遇到的问题

php添加openssl扩展

php 不重新编译增加openssl扩展

PHP不支持高版本的openssl