I have installed ubuntu Lamp stack.But the curl is not enabled neither i can find extension listed in the INI file, i added manually but it didn't worked too.
How should enable Curl then ?
I have installed ubuntu Lamp stack.But the curl is not enabled neither i can find extension listed in the INI file, i added manually but it didn't worked too.
How should enable Curl then ?
From http://buzznol.blogspot.com/2008/12/install-curl-extension-for-php-in.html:
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