kasparsd / php-7-debian

Install PHP 7 on Debian/Ubuntu
349 stars 102 forks source link

Error compiling with openssl 1.1.0 #41

Closed Cojad closed 7 years ago

Cojad commented 7 years ago

https://bugs.php.net/bug.php?id=72360

Maybe we should inform user if system has openssl 1.1.0 headers and use the php7/master for temporary solution?

Cojad commented 7 years ago

It's possible to use below command on Debian 8 (jessie) to downgrade libssl-dev to 1.0.1t. Then it will compile without problem.

apt-ge install libssl-dev=1.0.1t-1+deb8u5
andrewhood125 commented 7 years ago

@Cojad on my default install of Debian 8.7 I have 1.0.1t by default.

root@debian-512mb-nyc1-01:~# openssl version
OpenSSL 1.0.1t  3 May 2016
kasparsd commented 7 years ago

Thank you @Cojad! Closing this since you provided a solution.