Mar 12, 2018 Hello, I am unable to configure LS php 5.3 with openssl on Litespeed Web Server Enterprise v4.2.19 with the following param: '-with-openssl' OR. How to Install NGINX Server With Module on CentOS. I have decided to configure few modules in Nginx as below. Error: SSL modules require the OpenSSL library.
brew tap killercup/homebrew-openresty |
brew install openresty |
brew services start homebrew/nginx/openresty |
brew services stop homebrew/nginx/openresty |
Installation Errors: |
******** OpenSSL error(default) ************ |
Last 15 lines from /Users/user/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 ... |
******** Solution ********** |
update the formula file in vi /usr/local/Homebrew/Library/Taps/killercup/homebrew-openresty/Formula/ngx_openresty.rb with https://raw.githubusercontent.com/Homebrew/homebrew-nginx/master/Formula/openresty.rb |
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upHave a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Mac ./configure Error Ssl Modules Require The Openssl Library
commented Oct 2, 2015
brew install homebrew/nginx/openresty |
commented Nov 20, 2015
The workaround is to brew install openssl and then brew link --force openssl. This switches openssl to /usr/local/bin/openssl and the openresty (or nginx) install works fine. |
commented Feb 6, 2016
I think the problem is solved? |