使用 libressl 构建 php 7
Build php 7 using libressl
在 Alpine 3.5 中,默认为 LibreSSL。如何使用 libressl 而不是 openssl 编译 php 7.0.xx?
P.S。我知道您可以安装 OpenSSL,但我仍然需要 curl-dev 和 postgresql-dev,其中需要 LibreSSL,并且无法共享安装。您可以使用 LibreSSL 支持编译这些包,或者使用 alpine 3.4
在另一个网站上发送了回复。将php的版本从7.0.18更新到7.0.19,将--with-openssl改为--with-openssl=/usr,问题解决。在此之前,构建时出现错误:OpenSSL>=1.1.0
在 Alpine 3.5 中,默认为 LibreSSL。如何使用 libressl 而不是 openssl 编译 php 7.0.xx?
P.S。我知道您可以安装 OpenSSL,但我仍然需要 curl-dev 和 postgresql-dev,其中需要 LibreSSL,并且无法共享安装。您可以使用 LibreSSL 支持编译这些包,或者使用 alpine 3.4
在另一个网站上发送了回复。将php的版本从7.0.18更新到7.0.19,将--with-openssl改为--with-openssl=/usr,问题解决。在此之前,构建时出现错误:OpenSSL>=1.1.0