Re: Help to build nginx withe specific OpenSSL shared library

2017-07-12 Thread A. Schulze
Fabio Ancona: I set the "--with-ld-opt=" in this way I hope that it's OK also in your point of view (without introducing other issues). if it works for you, it's fine. For me that didn't work months/versions ago because my openssl library use the same path but other library names. I'm n

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

Re: Help to build nginx withe specific OpenSSL shared library

2017-07-12 Thread A. Schulze
Fabio Ancona: I want to build nginx with OpenSSL shared library not using the system OpenSSL library (so that available at "/opt/ssl/lib") but using the shared library in "/opt/ssldevel/lib". I use to patch the file "auto/lib/openssl/conf" I picked up a section/platform I never will build for

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