Search code examples
solarispkcs#11sunos

How to check version of libpkcs11 on Solaris


As stated in subject. How to check in terminal which version of pkcs11 I've got on SunOS 5.11?

How is it possible to update this library? It is causing me some issues to my Java standalone application.

Thanks!


Solution

  • The libpkcs11 library is part of the Solaris 11 system/library package. You query the package and its version with this command:

    $ pkg search -l /usr/lib/libpkcs11.so
    INDEX      ACTION VALUE                PACKAGE
    path       link   usr/lib/libpkcs11.so pkg:/system/[email protected]
    

    Should you want to update it, you need to update Solaris 11 itself to a newer version (eg: 11.2 or a newer SRU)