On Friday 05 July 2013 19:05:58 benseb wrote:
> The compile command I used was:
> 
> --user=nginx --group=nginx --prefix=/usr/share/nginx
> --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf
> --error-log-path=/var/log/nginx/error.log
> --http-log-path=/var/log/nginx/access.log
> --http-client-body-temp-path=/var/lib/nginx/tmp/client_body
> --http-proxy-temp-path=/var/lib/nginx/tmp/proxy
> --http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi
> --http-uwsgi-temp-path=/var/lib/nginx/tmp/uwsgi
> --http-scgi-temp-path=/var/lib/nginx/tmp/scgi --pid-path=/var/run/nginx.pid
> --lock-path=/var/lock/subsys/nginx --with-http_ssl_module
> --with-http_realip_module --with-http_addition_module
> --with-http_xslt_module --with-http_image_filter_module
> --with-http_geoip_module --with-http_sub_module --with-http_dav_module
> --with-http_flv_module --with-http_gzip_static_module
> --with-http_random_index_module --with-http_secure_link_module
> --with-http_degradation_module --with-http_stub_status_module
> --with-http_perl_module --with-http_mp4_module --with-http_spdy_module
> --with-http_gunzip_module --with-mail --with-file-aio
> --with-mail_ssl_module --with-ipv6 --with-cc-opt='-O2 -g'
> --with-cc-opt='-O2 -g'
> 
> As far as I know, this is the only version of openssl installed, unless I'm
> missing something?
> 
> [ben@lb-3 ~]$ which openssl
> /usr/bin/openssl
> 
> [ben@lb-3 ~]$ /usr/bin/openssl version
> OpenSSL 1.0.1e 11 Feb 2013
> 

It's binary, but what about header files?  You can have compiled binaries from 
one version of library while header files of another.

What about nginx, are you sure that your scripts run the same version, and use 
the same config file?

There are a lot of ways to shoot yourself in the foot when you install something
from source on a system that relies on packages.

And again, is there something in nginx error log?

  wbr, Valentin V. Bartenev

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to