How to enable curl in ubuntu?
To enable curl package php5-curl should be installed. Run the following command in your terminal
sudo apt-get install php5-curl
Now restart apache by running following code
sudo /etc/init.d/apache2 restart
Hope this solution will help to enable curl in your ubuntu system.
Hi there, thanks very much,
short and quick solution for getting curl (whatever that is) on my system, needed for
experiments with ‘tomatocard shop”.
Thank you very much,
hanni libbers
Yes, its working .
Thanks a lot