[Bug 1547070] Re: package nginx-core 1.9.3-1ubuntu1.1 failed to install/upgrade due to nginx error: /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/librsax.so: cannot open shared object file: No such

2016-02-19 Thread Joel Parke
THANKS! Fixed and all is well now. Removed the line and rebooted and updated. Sorry to have chewed up your time. -- Stupid is powerful :-) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nginx in Ubuntu.

[Bug 1547070] Re: package nginx-core 1.9.3-1ubuntu1.1 failed to install/upgrade due to nginx error: /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/librsax.so: cannot open shared object file: No such

2016-02-19 Thread Thomas Ward
This line in your nginx.conf will no longer work under OpenSSL 1.0.2: ssl_engine rsax; The rsax engine does not exist in OpenSSL 1.0.2. You will need to choose another SSL engine, or just remove that and use the defaults. This is not a bug in the nginx package, nor is this a bug in the OpenSSL

[Bug 1547070] Re: package nginx-core 1.9.3-1ubuntu1.1 failed to install/upgrade due to nginx error: /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/librsax.so: cannot open shared object file: No such

2016-02-19 Thread Joel Parke
Here is the nginx directory. ** Attachment added: "nginx.tar.gz" https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1547070/+attachment/4575983/+files/nginx.tar.gz -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nginx in Ubuntu.

[Bug 1547070] Re: package nginx-core 1.9.3-1ubuntu1.1 failed to install/upgrade due to nginx error: /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/librsax.so: cannot open shared object file: No such

2016-02-19 Thread Joel Parke
Also on the system openssl version -a gives: OpenSSL 1.0.2d 9 Jul 2015 built on: reproducible build, date unspecified platform: debian-amd64 options: bn(64,64) rc4(16x,int) des(idx,cisc,16,int) blowfish(idx) compiler: cc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT

[Bug 1547070] Re: package nginx-core 1.9.3-1ubuntu1.1 failed to install/upgrade due to nginx error: /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/librsax.so: cannot open shared object file: No such

2016-02-18 Thread Thomas Ward
Looking into this further (thanks to Marc on the Security Team), it looks like your system is trying to use the rsax OpenSSL engine, which is not shipped in Ubuntu. Can you provide all your nginx configurations, please, so we can see whether this is the case or not? ** Changed in: nginx (Ubuntu)

[Bug 1547070] Re: package nginx-core 1.9.3-1ubuntu1.1 failed to install/upgrade due to nginx error: /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/librsax.so: cannot open shared object file: No such

2016-02-18 Thread Thomas Ward
I will look into this a bit further, but it looks like, for some reason, your system is trying to depend on OpenSSL 1.0.0 libraries, instead of OpenSSL 1.0.2 libraries. It is possible you have a broken system, because other package upgrades in your apt history log appeared to fail as well. --

[Bug 1547070] Re: package nginx-core 1.9.3-1ubuntu1.1 failed to install/upgrade due to nginx error: /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/librsax.so: cannot open shared object file: No such

2016-02-18 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nginx in Ubuntu. https://bugs.launchpad.net/bugs/1547070 Title: package nginx-core 1.9.3-1ubuntu1.1 failed to install/upgrade due to nginx

[Bug 1547070] Re: package nginx-core 1.9.3-1ubuntu1.1 failed to install/upgrade due to nginx error: /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/librsax.so: cannot open shared object file: No such

2016-02-18 Thread Thomas Ward
Extracted from the error logs: Feb 18 08:35:25 Parke.dynu.com nginx[24872]: nginx: [warn] ENGINE_by_id("rsax") failed (SSL: error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:filename(/usr/lib/x86_64-linux- gnu/openssl-1.0.0/engines/librsax.so):