Curl development headers with SSL support... not found.
I’m trying to install phusion passenger nginx module, but it fails:
1 | passenger-install-nginx-module |
error:
1 | * Curl development headers with SSL support... not found |
The installer is hiding useful error messages. I was getting the same error on CentOS 5.3 with curl and curl-devel 7.15.5 installed. I solved this problem by installing:
1 | yum install zlib-devel e2fsprogs-devel krb5-devel |