Re: --with-openssl and OPENSSL_OPT

2016-09-13 Thread Maxim Dounin
Hello! On Tue, Sep 13, 2016 at 09:13:24PM +0200, Ondřej Nový wrote: > Hi, > > 2016-09-13 18:55 GMT+02:00 Maxim Dounin : > > > > Try something like this: > > > > ./configure --with-http_ssl_module --with-openssl=/path/to/openssl-1.0.2h > > --with-openssl-opt=no-idea > > make > > (cd /path/to/open

Re: --with-openssl and OPENSSL_OPT

2016-09-13 Thread Ondřej Nový
Hi, 2016-09-13 18:55 GMT+02:00 Maxim Dounin : > > Try something like this: > > ./configure --with-http_ssl_module --with-openssl=/path/to/openssl-1.0.2h > --with-openssl-opt=no-idea > make > (cd /path/to/openssl-1.0.2h; make depend) > make > this is crazy :). Why you don't add make depend to ngin

Re: --with-openssl and OPENSSL_OPT

2016-09-13 Thread Maxim Dounin
Hello! On Tue, Sep 13, 2016 at 05:56:32PM +0200, Ondrej Novy wrote: > 2016-09-13 3:40 GMT+02:00 Maxim Dounin : > > > If you need to configure openssl configure options which require > > "make depend", you can run "make depend" yourself before making > > nginx (and thus OpenSSL). > > > > so I sh

Re: --with-openssl and OPENSSL_OPT

2016-09-13 Thread Ondrej Novy
Hi, 2016-09-13 3:40 GMT+02:00 Maxim Dounin : > If you need to configure openssl configure options which require > "make depend", you can run "make depend" yourself before making > nginx (and thus OpenSSL). > so I should run config+make depend+make myself? That doesn't work, nginx calls config ne

Re: --with-openssl and OPENSSL_OPT

2016-09-12 Thread Maxim Dounin
Hello! On Mon, Sep 12, 2016 at 09:55:32PM +0200, Ondřej Nový wrote: > I want to use OpenSSL 1.0.2 static linked with nginx. So I'm using > --with-openssl option. But I want to set OpenSSL configure options. Option > OPENSSL_OPT looks like correct way. > > If I set this variable: > export OPENSSL

--with-openssl and OPENSSL_OPT

2016-09-12 Thread Ondřej Nový
Hi, I want to use OpenSSL 1.0.2 static linked with nginx. So I'm using --with-openssl option. But I want to set OpenSSL configure options. Option OPENSSL_OPT looks like correct way. If I set this variable: export OPENSSL_OPT=no-idea After OpenSSL configure I got message: *** Because of configura