﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
954	Building nginx with static openssl-1.0.2g on Mac OSX El Capitan 10.11.4 (15E65)	nVVEBd@…		"https://github.com/nginxinc/nginx-wiki/issues/260

Issue that I've found regarding installation on Mac OSX El Capitan.

Issue when installing with static openssl source:

nginx v1.9.14 configure takes the default configure script from openssl (which fails at make time) instead of: ./Configure darwin64-x86_64-cc which is the system specific for the library to be successfully installed.

Had to manually change nginx objs/Makefile to replace the default configure for openssl."	defect	closed	minor		nginx-core	1.9.x	invalid			Darwin nvukovic 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64	configure arguments: --sbin-path=/usr/local/nginx/nginx --conf-path=/usr/local/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid --with-http_ssl_module --with-pcre=../pcre-8.38 --with-zlib=../zlib-1.2.8 --with-openssl=../openssl-1.0.2g --with-http_v2_module
