Mac Configure Error Ssl Modules Require The Openssl Library
The problem ended up being based on an inexplicably empty libcrypto.dylib file. There was a backup (libcrypto.dylib.BAK), and I just overwrote the empty file with it and all the problems went away. Jan 05, 2015 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. The OpenSSL CONF library can be used to read configuration files. It is used for the OpenSSL master configuration file openssl.cnf and in a few other places like SPKAC files and certificate extension files for the x509 utility. OpenSSL applications can also use the CONF library for their own purposes. CentOS 6.5 下 安装 Tengine 执行配置命令./configure 时提示以下错误:./configure: error: SSL modules require the OpenSSL library. You can either do. Jun 23, 2018 Learn how to compile Python with OpenSSL support on Mac to fix 'ssl module in Python is not available' and 'no module named ssl' errors. Skip to content Tony Teaches Tech. + ngxhttpechomodule was configured checking for PCRE library. Found checking for PCRE JIT support. Not found checking for OpenSSL library. Not found./configure: error: SSL modules requir. 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.
- Configure Error Ssl Modules Require The Openssl Library
- Mac ./configure Error Ssl Modules Require The Openssl Library
- ./configure Error Ssl Modules Require The Openssl Library
- Mac Configure Error Ssl Modules Require The Openssl Library Not Found
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
Configure Error Ssl Modules Require The Openssl Library
Comments
commented Oct 2, 2015
brew install homebrew/nginx/openresty |
Mac ./configure Error Ssl Modules Require The Openssl Library
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. |