nginx with openssl?

Cabchinoe nginx-forum at forum.nginx.org
Tue Sep 27 09:44:35 UTC 2016


I replaced openssl library with the newest one,1.0.1u, and then compiled and
make install the newest Nginx, why Nginx still run with old openssl?
Please Help!!


[root at 10-4-28-10 modules]# /usr/sbin/nginx -V    
nginx version: nginx/1.11.4
built by gcc 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC) 
built with OpenSSL 1.0.1u  22 Sep 2016 (running with OpenSSL 1.0.1e-fips 11
Feb 2013)
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx
--modules-path=/usr/lib64/nginx/modules --conf-path=/etc/nginx/nginx.conf
--error-log-path=/var/log/nginx/error.log
--http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid
--lock-path=/var/run/nginx.lock
--http-client-body-temp-path=/var/cache/nginx/client_temp
--http-proxy-temp-path=/var/cache/nginx/proxy_temp
--http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp
--http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp
--http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx
--with-http_ssl_module --with-http_realip_module --with-http_addition_module
--with-http_sub_module --with-http_dav_module --with-http_flv_module
--with-http_mp4_module --with-http_gunzip_module
--with-http_gzip_static_module --with-http_random_index_module
--with-http_secure_link_module --with-http_stub_status_module
--with-http_auth_request_module --with-http_xslt_module=dynamic
--with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic
--with-http_perl_module=dynamic --add-dynamic-module=../njs/nginx
--with-threads --with-stream --with-stream_ssl_module
--with-http_slice_module --with-mail --with-mail_ssl_module --with-file-aio
--with-ipv6 --with-http_v2_module --with-cc-opt='-O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic'

 ldconfig -v|grep ssl              
ldconfig: Path `/usr/lib64/mysql' given more than once
/usr/local/ssl/lib:
        libssl.so.1.0.0 -> libssl.so
        libssl3.so -> libssl3.so
        libevent_openssl-2.0.so.5 -> libevent_openssl-2.0.so.5.1.9
        libssl.so.1.0.0 -> libssl.so.10

[root at 10-4-28-10 lib64]# pwd
/usr/lib64
[root at 10-4-28-10 lib64]# ll |grep ssl
lrwxrwxrwx   1 root root      29 Jul  8 16:03 libevent_openssl-2.0.so.5 ->
libevent_openssl-2.0.so.5.1.9
-rwxr-xr-x   1 root root   21736 May 11 13:04 libevent_openssl-2.0.so.5.1.9
-rwxr-xr-x   1 root root  270808 May 11 16:10 libssl3.so
lrwxrwxrwx   1 root root      28 Sep 27 15:41 libssl.so ->
/usr/local/ssl/lib/libssl.so
lrwxrwxrwx   1 root root      28 Sep 27 17:03 libssl.so.10 ->
/usr/local/ssl/lib/libssl.so
lrwxrwxrwx   1 root root      16 Sep 27 16:52 libssl.so.1.0.0 ->
libssl.so.1.0.1e
lrwxrwxrwx   1 root root      28 Sep 27 16:03 libssl.so.1.0.1e ->
/usr/local/ssl/lib/libssl.so
drwxr-xr-x.  3 root root    4096 Sep 27 16:04 openssl

Posted at Nginx Forum: https://forum.nginx.org/read.php?2,269868,269868#msg-269868



More information about the nginx mailing list