Enable curl in PHP on Ubuntu

June 20th, 2009 § 0 comments

If you haven’t installed apache and php:

sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install libapache2-mod-php5
sudo /etc/init.d/apache2 restart

Then to enable curl:

sudo apt-get install php5-curl
sudo /etc/init.d/apache2 restart

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

What's this?

You are currently reading Enable curl in PHP on Ubuntu at humandoing software.

meta