Just been trying to install Passenger on a new Ubuntu EC2 instance and passenger is giving me the error:
* Curl development headers with SSL support... not found
Took some digging around but turns out I was just missing the libcurl4-openssl-dev package:
sudo apt-get install libcurl4-openssl-dev