Fatal error: Call to undefined function curl_init() -- FIXED!

Travis Black's picture

If you ever get the error, Fatal error: Call to undefined function curl_init(), have no fear. All you have to do is install php curl libs.

OSX+MacPorts
sudo port install php5-curl

Debian or Aptitude based systems
sudo apt-get install php5-curl

sudo apache2ctl graceful