installing the curl php extension
September 21st, 2006 by Lawrence David
my wordpress installation on my debian box demanded that i have the curl extension for php.
to install that extension:
$ sudo apt-get install php4-curl
$ sudo apache2ctl graceful
Thank you for that. Worked like a charm