Install these 1 PHP extension(s):
curl
You can usually install a PHP extension using apt-get. Common package names are php-extname. Try commands like these:
$ sudo apt-get install php-extname # Debian / Ubuntu
If those commands don't work, try Google. The process of installing PHP extensions is not specific to Phabricator, and any instructions you can find for installing them on your system should work. On Mac OS X, you might want to try Homebrew.
After installing new PHP extensions, restart Phabricator for the changes to take effect. For help with restarting Phabricator, see Restarting Phabricator in the documentation.