본문 바로가기

카테고리 없음

Configure Error Ssl Modules Require The Openssl Library Mac

Configure
  1. Configure Error Ssl Modules Require The Openssl Library Machine
  2. 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 up

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 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.

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Error

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
Then the error met:
./configure: error: SSL modules require the OpenSSL library.

added the user configuration label Oct 3, 2015

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?

closed this Feb 6, 2016
Repository owner locked and limited conversation to collaborators Apr 26, 2017
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Configure Error Ssl Modules Require The Openssl Library Machine

no Homebrew required

1. Download Nginx

./configure

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: