When I run: rvmsudo passenger-install-nginx-module
on my Mac to install nginx, the terminal prints:
Checking for OpenSSL development headers...
Found: no
But I am certain I have openssl installed. which openssl
returns /usr/local/openssl/bin/openssl
and /usr/local/openssl/bin:
is the first entry in my $PATH. My questions are:
- Are the OpenSSL development headers included with the regular openssl install through homebrew?
- If they aren't, where should I download them from?