Richard Hart

Head of Something @ Somewhere
Kent, UK

My Music
My Photos

LinkedIn
Mastodon

Ubuntu: Curl development headers with SSL support

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