Tuesday, January 14, 2014

LAMP install CURL Extension on Ubuntu

When install some cms and using web services on LAMP server required the CURL Extension.
in ubuntu following commands using for install the CURL

1. open the Terminal (Ctrl+Alt+T)

sudo apt-get install php5-curl
   
it will take the few minutes to install CURL
 
2.Then Restart the Apache server using
 
sudo service apache2 restart 
 
Cheers!!! 
 
 




No comments:

Post a Comment