Hello,
Finally had time to look a bit inside the problem. After more research I used ldd on my bin/Enpass . There is a little problem at the first line which is :
./Enpass: /usr/lib/libcrypto.so.1.0.0: no version information available (required by ./Enpass)
but the thing is, that two lines after this one, it is printed that :
libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007f46d4acf000)
I don't understand that it resolves twice the library and with different output.
Another thing, if I look the dependencies on openssl, I have another output too :
libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007f1bdb4c9000)
I don't know what I can do with such information, so I ask your help.
I deleted and reinstalled Enpass, even tried Enpass-rc.
Thanks for your help
Hikarou