Curl issue on Debian and Ubuntu in 1Click install

#1
Hi,
I've tried 1click install with bash script on Ubuntu 14.04, 16.04 as well as Debian 8 and I was unable to get Curl working.
One of the plugins in WP is using curl, unfortunately, PHP versions were compiled with shared curl. I read suggestions to use apt-get install php-curl to install it so I've installed it, but it still doesn't work.
I always got error message: undefined function curl_init().

On Centos 6.8 it works OK.
 

Jon K

Administrator
Staff member
#2
php-curl is for system PHP and will not work with lsphp. You will want to install the lsphp curl package by running the following command: apt-get install lsphpXX-curl

Replace XX with the version 56,70,71
 
Top