-
Bug
-
Resolution: Fixed
-
P3
-
7, 8
-
b55
-
generic
-
generic, linux_ubuntu
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8081380 | 7u91 | Sean Coffey | P3 | Resolved | Fixed | b01 |
The multi-arch support introduced in Ubuntu 11.04 provides new locations for 32-bit and 64-bit libraries:
/usr/lib/i386-linux-gnu
/usr/lib/x86_64-linux-gnu
Previously, the standard /usr/lib and /usr/lib64 directories were used. The SunPKCS11
provider fails to load Mozilla NSS libraries. The provider needs to be modified to load
from the new locations.
In addition, the Mozilla NSS libraries on Ubuntu are now installed into two directories instead of one. Specifically, the libsoftokn3 library is now in a 'nss' subsirectory
below the system libraries directory.
/usr/lib/i386-linux-gnu
/usr/lib/x86_64-linux-gnu
Previously, the standard /usr/lib and /usr/lib64 directories were used. The SunPKCS11
provider fails to load Mozilla NSS libraries. The provider needs to be modified to load
from the new locations.
In addition, the Mozilla NSS libraries on Ubuntu are now installed into two directories instead of one. Specifically, the libsoftokn3 library is now in a 'nss' subsirectory
below the system libraries directory.
- backported by
-
JDK-8081380 pkcs11 problem loading NSS libs on Ubuntu
-
- Resolved
-
- duplicates
-
JDK-7189635 PKCS11 tests failed on Ubuntu due to nss libs path is not same as assumed in test
-
- Closed
-
- relates to
-
JDK-7196855 autotest.sh fails on ubuntu because libsoftokn.so not found
-
- Closed
-