Sunday, October 21, 2012

Enable cURL in Apache2 on Ubuntu 11.10

Open "Terminal" and execute the following command:

sudo apt-get install curl libcurl3 libcurl3-dev php5-curl

After installing libcurl you should restart the web server with following command,
sudo /etc/init.d/apache2 restart

No comments: