PHP: Installation - Manual - PHP: Hypertext Preprocessor
Ubuntu 11.04 I already had Apache and PHP5 setup, but simply adding php5-curl and curl did *not* work. I also had to get libcurl3 and libcurl3-dev. The full command: sudo apt-get install curl libcurl3 libcurl3-dev php5-curl You'll know if it works because...