Hi,
I am trying to enable cURL on my environment. I tried the following commands (see image)
sudo apt-get install curl sudo apt-get install php5-curl
And the add-on that I am trying to configure in my wordpress org still says cURL is not enabled. Image - https://www.dropbox.com/s/c7eysupnn8k3nkk/ciurl3.PNG?dl=0
Please let me know what I’m doing wrong!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi,
Thanks for the response. I tried that just now - and still no change.
See console here: https://www.dropbox.com/s/mspngnftuvj2exl/curl5.PNG?dl=0
Since it does look like php5-curl installed properly and you did restart apache, the only other thing I would recommend is to manually enable the php module with
and then restart apache again.