Hi
I just got a new server with Debian 9.1 and I want to compile PHP 5.6.30 with the following configuration parameter
================
'--with-mysqli=mysqlnd' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-mbstring' '--with-iconv' '--with-mcrypt' '--with-curl' '--with-pdo' '--with-mysql=mysqlnd' '--with-xmlrpc' '--enable-module=rewrite' '--enable-ftp' '--enable-gd-native-ttf' '--with-pdo-mysql=mysqlnd' '--with-mcrypt' '--with-openssl' '--with-litespeed'
================
But I get the following error message
================
Makefile:549: recipe for target 'ext/openssl/openssl.lo' failed
make: *** [ext/openssl/openssl.lo] Error 1
**ERROR** Could not compile PHP
================
Please note that I have already install openssl with the following command
=========
root@testserver:~/lsws-5.2# apt-get install openssl
Reading package lists... Done
Building dependency tree
Reading state information... Done
openssl is already the newest version (1.1.0f-3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
=========
Any idea what the issue might be?
Regards
Parham
I just got a new server with Debian 9.1 and I want to compile PHP 5.6.30 with the following configuration parameter
================
'--with-mysqli=mysqlnd' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-mbstring' '--with-iconv' '--with-mcrypt' '--with-curl' '--with-pdo' '--with-mysql=mysqlnd' '--with-xmlrpc' '--enable-module=rewrite' '--enable-ftp' '--enable-gd-native-ttf' '--with-pdo-mysql=mysqlnd' '--with-mcrypt' '--with-openssl' '--with-litespeed'
================
But I get the following error message
================
Makefile:549: recipe for target 'ext/openssl/openssl.lo' failed
make: *** [ext/openssl/openssl.lo] Error 1
**ERROR** Could not compile PHP
================
Please note that I have already install openssl with the following command
=========
root@testserver:~/lsws-5.2# apt-get install openssl
Reading package lists... Done
Building dependency tree
Reading state information... Done
openssl is already the newest version (1.1.0f-3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
=========
Any idea what the issue might be?
Regards
Parham