There is an error in building and distributing the app with Electron.
libcrypto.so.1.1 cannot open shared object file
Can you help me with this issue?
There is an error in building and distributing the app with Electron.
libcrypto.so.1.1 cannot open shared object file
Can you help me with this issue?
@chocosable - SQLCipher works just fine on Ubuntu. It sounds like you might be missing openssl dependencies.
@sjlombardo
Thank you very much for the answer. But I installed openssl@1.1 with npm and I still get the same problem.
At this site, sqlcipher is dynamically linked against the system OpenSSL. So I checked if there was no OpenSSL on the system. (1.0.1f 6 jan 2014 version)
Hello @chocosable I would suggest contacting the author of that npm package. We do not support it.
@sjlombardo Okay. Thank you for your time to answer.