0
Answered

ElasticSearch - Error: CurlSingle handler requires cURL.

Justin M 3 years ago updated 3 years ago 3

So I've just updated to the latest Filerun [2019.12.25] and can't seem to get Elasticsearch working
(which used to be). When clicking "Test Server", I get the error message "Error: CurlSingle handler requires cURL."

After looking through the documentation, I noticed your note about using Elastic Search v6 (I was on the latest v7). So I completely uninstalled ElasticSearch and reinstalled v6. The service is active & running and curl localhost:9200 works correctly but I still am getting the same error in Filerun.


Any ideas?

Answer

+1
Answer
Answered

cURL might be installed on the server, but the PHP cURL extension is also needed (apt-get/yum install php-curl)

+1
Answer
Answered

cURL might be installed on the server, but the PHP cURL extension is also needed (apt-get/yum install php-curl)

That fixed it, thank you!