How do I enable cURL in PHP?
On Debian with Apache 2:
apt-get install php5-curl /etc/init.d/apache2 restart
(php4-curl if it's php4)