Enable curl in PHP on Ubuntu

June 20th, 2009 § 0

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
Like it? Share it:
  • Print
  • Facebook
  • Twitter
  • Digg
  • LinkedIn
  • StumbleUpon
  • Reddit
  • Technorati
  • del.icio.us
  • Google Bookmarks

§ Leave a Reply

What's this?

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

meta