Newb using cURL
I'm running LAMP on Ubuntu (Hardy). I recently got this error message: "Fatal error: Call to undefined function curl_init() "
Any suggestions on how to fix this?
Thank you in advance for specific instructions/guidance.
2 Replies
sudo apt-get install php5-curl
@melz:
sudo apt-get install php5-curl
that worked. thanks!