- Configure Error Ssl Modules Require The Openssl Library Machine
- Configure Error Ssl Modules Require The Openssl Library Mac Torrent
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 upWell 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 following page is a combination of the INSTALL file provided with the OpenSSL library and notes from the field. If you have questions about what you are doing or seeing, then you should consult INSTALL since it contains the commands and specifies the behavior by the development team. OpenSSL uses a custom build system to configure the library.
Have 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 |
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? |
Configure Error Ssl Modules Require The Openssl Library Machine
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:
Configure Error Ssl Modules Require The Openssl Library Mac Torrent
Compile Nginx:
4. Install Nginx
Add the nginx binary to $PATH
: