Trying brew install ngx_openresty and get:
==> Installing ngx_openresty from killercup/homebrew-openresty
==> Downloading http://openresty.org/download/ngx_openresty-1.7.10.2.tar.gz
Already downloaded: /Library/Caches/Homebrew/ngx_openresty-1.7.10.2.tar.gz
==> ./configure --prefix=/usr/local/Cellar/ngx_openresty/1.7.10.2 --with-http_ssl_module --with-pcre --with-pcre-jit --sbin-path=/usr/local/Cellar/ngx_openresty/1.7.10.2/bin/openresty --conf-path=/usr/local/etc/openresty/nginx.conf --pid-path=/usr/local/var/run/openresty.pid --lock-path=/usr/local/var/openresty/nginx.lock
Last 15 lines from /Users/srh/Library/Logs/Homebrew/ngx_openresty/01.configure:
+ ngx_http_redis_module was configured
adding module in ../rds-json-nginx-module-0.14
+ ngx_http_rds_json_filter_module was configured
adding module in ../rds-csv-nginx-module-0.06
+ ngx_http_rds_csv_filter_module was configured
checking for PCRE library ... found
checking for PCRE JIT support ... found
checking for OpenSSL library ... not found
./configure: error: SSL modules require the OpenSSL library.
You can either do not enable the modules, or install the OpenSSL library
into the system, or build the OpenSSL library statically from the source
with nginx by using --with-openssl=<path> option.
ERROR: failed to run command: sh ./configure --prefix=/usr/local/Cellar/ngx_openresty/1.7.10.2/nginx \...
READ THIS: https://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
https://github.com/killercup/homebrew-openresty/issues
This is on OS-X, and OpenSSL appears to be installed:
$ openssl version
OpenSSL 0.9.8zg 14 July 2015
brew list shows openssl in the results as well.
A different mac in our group did not encounter this problem and installed openresty just fine, so it is unclear what dependency might be missing.
Trying
brew install ngx_openrestyand get:This is on OS-X, and OpenSSL appears to be installed:
brew listshows openssl in the results as well.A different mac in our group did not encounter this problem and installed openresty just fine, so it is unclear what dependency might be missing.