Re: Help to build nginx withe specific OpenSSL shared library

2017-07-12 Thread Fabio Ancona
Hi. Thanks for your suggestion. But I just found an easier way (using the "configure") to build nginx with OpenSSL shared library not using the system OpenSSL library but using the shared library in a specific path (OpenSSL already built in "/opt/ssldevel" in my case). I set the "--with-ld-opt=" in

Help to build nginx withe specific OpenSSL shared library

2017-07-12 Thread Fabio Ancona
Hi. I have problem to link specific OpenSSL shared library during "configure" to build nginx from source code on Linux. On my system I have two version of already built OpenSSL: one in "/opt/ssl" (version 1.1.0f) and the other one on "/opt/ssldevel" (version 1.1.1 devel that supports TLS 1.3 draft