#1781 closed defect (invalid)
Does not build on Mac with OpenSSL
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | other | Version: | 1.15.x |
| Keywords: | Cc: | ||
| uname -a: | Darwin MW002908.local 15.6.0 Darwin Kernel Version 15.6.0: Thu Jun 21 20:07:40 PDT 2018; root:xnu-3248.73.11~1/RELEASE_X86_64 x86_64 | ||
| nginx -V: | N/A | ||
Description
Mac OS 10.11.6
Xcode 7.3.1
Nginx 1.15.12
OpenSSL 1.1.1b
Build script
https://gist.github.com/jay-ouellette/d51337fdd22954eaf4193f9ecbb8215b
Build output
https://gist.github.com/jay-ouellette/ac1ecdc2d365c3bb5bea4a9684cf8364
Note:
See TracTickets
for help on using tickets.

Likely the problem is due to conflicting OpenSSL header files somewhere in
/opt/local/includeas used for PCRE library headers. Remove the conflicting header files or consider adding--with-cc-opt="-I $(pwd)/../${openssl_src_dir}/.openssl/include"to the configure arguments.