On Artful that verion-free path is no more, but you can still go with a workaround like:
openssl engine dynamic -pre SO_PATH:/usr/lib/x86_64-linux-gnu/openssl-1.0.2/engines/pkcs11.so -pre ID:pkcs11 -pre LIST_ADD:1 -pre LOAD -pre MODULE_PATH:opensc-pkcs11.so
Which all does not mean it should not be fixed, I just wondered if that can be loaded at all.
Older releases had that at least in a non version specific path, so with some hackery one could load it:
Trusty: /usr/lib/ engines/ engine_ pkcs11. so -pre ID:pkcs11 -pre LIST_ADD:1 -pre LOAD -pre MODULE_ PATH:opensc- pkcs11. so
openssl engine dynamic -pre SO_PATH:
On Artful that verion-free path is no more, but you can still go with a workaround like: /usr/lib/ x86_64- linux-gnu/ openssl- 1.0.2/engines/ pkcs11. so -pre ID:pkcs11 -pre LIST_ADD:1 -pre LOAD -pre MODULE_ PATH:opensc- pkcs11. so
openssl engine dynamic -pre SO_PATH:
Which all does not mean it should not be fixed, I just wondered if that can be loaded at all.