Monthly Archive: November 2011

How to enable curl in ubuntu? 2

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...