Re: Compile NGINX with Openssl statically

2013-11-25 Thread Fabiano Furtado Pessoa Coelho
Hi Maxim! It worked! I applyed de openssl-1.0.1e-fix_pod_syntax-1.patch and the openssl compiled! Now, I will try this procedure on my RHEL6. Thanks. On Mon, Nov 25, 2013 at 12:02 PM, Maxim Dounin wrote: > Hello! > > On Fri, Nov 22, 2013 at 12:24:44PM -0200, Fabiano Furtado Pessoa Coelho wrote

Re: Compile NGINX with Openssl statically

2013-11-25 Thread Maxim Dounin
Hello! On Fri, Nov 22, 2013 at 12:24:44PM -0200, Fabiano Furtado Pessoa Coelho wrote: [...] > ... > making all in tools... > make[3]: Entering directory '/tmp/compile/openssl-1.0.1e/tools' > make[3]: Nothing to be done for 'all'. > make[3]: Leaving directory '/tmp/compile/openssl-1.0.1e/tools' >

Compile NGINX with Openssl statically

2013-11-22 Thread Fabiano Furtado Pessoa Coelho
Hi members... I need your help. I'm trying to compile NGINX 1.4.4 with openssl 1.0.1e statically but the make process fail. Step 1: ./configure --prefix=/etc/nginx --conf-path=/etc/nginx/nginx.conf --sbin-path=/usr/bin/nginx --pid-path=/run/nginx.pid --lock-path=/run/lock/nginx.lock --user=http