[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.
https://bugs.launchpad.net/bugs/1547070

Title:
  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 file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1547070/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
package.

** Changed in: nginx (Ubuntu)
   Status: Incomplete => Invalid

-- 
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 error: /usr/lib/x86_64-linux-
  gnu/openssl-1.0.0/engines/librsax.so: cannot open shared object file:
  No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1547070/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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.
https://bugs.launchpad.net/bugs/1547070

Title:
  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 file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1547070/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-Wl,-Bsymbolic-functions -Wl,-z,relro -Wa,--noexecstack -Wall -DMD32_REG_T=int 
-DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 
-DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM 
-DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM
OPENSSLDIR: "/usr/lib/ssl"

-- 
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 error: /usr/lib/x86_64-linux-
  gnu/openssl-1.0.0/engines/librsax.so: cannot open shared object file:
  No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1547070/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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)
   Status: New => Incomplete

-- 
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 error: /usr/lib/x86_64-linux-
  gnu/openssl-1.0.0/engines/librsax.so: cannot open shared object file:
  No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1547070/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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.

-- 
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 error: /usr/lib/x86_64-linux-
  gnu/openssl-1.0.0/engines/librsax.so: cannot open shared object file:
  No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1547070/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 error: /usr/lib/x86_64-linux-
  gnu/openssl-1.0.0/engines/librsax.so: cannot open shared object file:
  No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1547070/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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): /usr/lib/x86_64-linux-
gnu/openssl-1.0.0/engines/librsax.so: cannot open shared object file: No
such file or directory error:25070067:DSO support
routines:DSO_load:could not load the shared library
error:260B6084:engine routines:DYNAMIC_LOAD:dso not found
error:2606A074:engine routines:ENGINE_by_id:no such engine:id=rsax)

** Summary changed:

- package nginx-core 1.9.3-1ubuntu1.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
+ 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 file or directory

-- 
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 error: /usr/lib/x86_64-linux-
  gnu/openssl-1.0.0/engines/librsax.so: cannot open shared object file:
  No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1547070/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs