Hi. I’m new in server as well as self managed hosting.
Right now I’m using Ubuntu 14.04 + Nginx
I’m trying to install a wordpress plugin, Rublon Account Security.
But it won’t work and needs to install Curl Library.
Can anyone guide me…how to install this via ssh ?
see here http://i.imgur.com/wKytdPC.jpg
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.
with php5: apt-get install php5-curl with php7: apt-get install php7.0-curl
This comment has been deleted
Hi, I’m using php5
Are you using PHP 5 or 7?