+ 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. The OpenSSL library also has additional requirements for normal operation at run-time. Most notably, OpenSSL requires access to a random or pseudo-random number generator; on most Unix and Unix-like platforms (including Linux), this means that it must have access to a.
Currently I am installing a new server with Nginx. Additionally I want to add the Google Pagespeed Module and SSL support. However it seems my Nginx build does not recognize it is build with the. 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. Well this is off topic a bit, but this might all be a moot point. We are putting nginx in front of apache for drupal implementation. One requirement is SSO via apache authntlmwindbind, for ntlm against AD. 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. Oct 07, 2015 Installation fails, unable to find OpenSSL library #22. Open rlamorea opened this issue Oct 7, 2015 10 comments Open Installation fails, unable to find OpenSSL library #22. Rlamorea opened this issue Oct 7. Found checking for OpenSSL library. Not found./configure: error: SSL modules require the OpenSSL library. You can either do not.
no Homebrew required
1. Download Nginx
2. Download the PCRE library
The PCRE library distribution (version 4.4 — 8.41) needs to be downloaded from the PCRE site and extracted. The rest is done by nginx’s ./configure and make. PCRE is required for the http_rewrite_module, and also for regular expressions support in the location directive.
3. Configure Nginx
See the full list of ./configure
options: http://nginx.org/en/docs/configure.html.
Compile nginx without SSL support
with SSL support
Download OpenSSL sources and extract:
Compile Nginx:
4. Install Nginx
Add the nginx binary to $PATH
:
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
commented Oct 2, 2015
brew install homebrew/nginx/openresty |
Configure Error Ssl Modules Require The Openssl Library Macbook Pro
commented Nov 20, 2015
Configure Error Ssl Modules Require The Openssl Library Mac Download
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. |
Configure Error Ssl Modules Require The Openssl Library Mac Torrent
commented Feb 6, 2016
Configure Error Ssl Modules Require The Openssl Library Machine
I think the problem is solved? |