admin/environment/php extension/curl
From MoodleDocs
To install the curl library on Windows
- Open the php.ini file found in the moodle/apache/bin folder
- Find the line:
;extension=php_curl.dll
- Remove the
;
at the beginning of the line - Restart apache if necessary
To install the curl library on Unix
- You need to recompile PHP from source
- add --with-curl to the command line when you run configure
To install the curl library on Ubuntu and Debian
- aptitude install php5-curl
- Restart apache if necessary