Your Ad Here

Home » Ubuntu »

1

Hi, The following command to work on enable curl in ubuntu system,

go to terminal :

Once run the commands if you do not install the php.

sudo apt-get install apache2

sudo apt-get install php5

sudo apt-get install libapache2-mod-php5

sudo /etc/init.d/apache2 restart

After that run the following commands to enable curl :

sudo apt-get install php5-curl

sudo apt-get install php5-common ( this has JSON support )

sudo /etc/init.d/apache2 restart


You may like these posts

    Simple steps to install php5 in ubuntuHow to install google chrome browser in ubuntu

 

1 Comment

  1. David says:

    thanks. this solved a silly but irritating problem I had.

Leave a Reply