Freitag, 11. August 2017

Aladdin eToken PRO USB 72k Java on Debian 9 "Stretch"

The token is known as
 user@computer:~$ lsusb  
 Bus 001 Device 006: ID 0529:0620 Aladdin Knowledge Systems Token JC  
Installing the vendor provided SafeNet Authentication client (version 9.0.43) alone was not sufficient. Both provided binaries "SACTools" and "SACMonitor" failed with
CRYPTO/Crypto.c:247: init_openssl_crypto: Assertion lib failed.
pavebul over on github has found the solution. The SafeNet software is looking for the openssl lib in the wrong place. His solution which worked also for me:
 sudo ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2 /usr/lib/libcrypto.so.6  

Keine Kommentare: