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