This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Static linking a shared OpenSSL .a to NGINX 1.9.10 so far got me into some trouble so here we go. | |
| (Found/Know a better way? Go tell me, I would appreciate it a lot! :-)) | |
| remove package libssl-dev before starting! | |
| Get openssl, unpack to /tmp | |
| # with-openssl= breaks it, therefor | |
| mv /tmp/openssl /usr/pkg # yes, rename it. *dont* move it under pkg/ | |
| Get nginx, unpack to /tmp |