Answer the question
In order to leave comments, you need to log in
Compiling php 7.0.xx using libressl?
Alpine 3.5 comes with LibreSSL by default. Can you please tell me how can I compile php 7.0.xx using libressl instead of openssl?
PS I know that it is possible to install OpenSSL, but I also need curl-dev and postgresql-dev where LibreSSL is required, and co-installation is not possible. Alternatively, you can compile these packages with LibreSSL support, or just install alpine 3.4, but still)
Answer the question
In order to leave comments, you need to log in
For PHP =< 7.0.15 you can use the --with-openssl
.
For PHP >= 7.0.17 use the --with-openssl=/usr
.
Next, the configurator will deal with the choice of the SSL library:
OpenSSL support => enabled
OpenSSL Library Version => LibreSSL 2.5.4
OpenSSL Header Version => LibreSSL 2.5.4
Openssl default config => /etc/ssl/openssl.cnf
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question