Description
Some users are getting an error like:
holochain stderr err > /tmp/.mount_Acorn-S4ke3m/resources/app.asar.unpacked/binaries/holochain-runner: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
an unhandled error occurred: Error: /tmp/.mount_Acorn-S4ke3m/resources/app.asar.unpacked/binaries/holochain-runner: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
while launching the app.
"We had the same problem with the launcher and actually a lot of programs have this problem. When building holochain-runner you seem to use openssl as a dynamic dependency and since Ubuntu 22.04 switched to openssl 3 it won't find it on the system. I don't know how you could change that in your specific case"
reported by @matthme
A temporary solution:
"If you have Ubuntu 22.04 this will probably fix it: https://stackoverflow.com/questions/72133316/ubuntu-22-04-libssl-so-1-1-cannot-open-shared-object-file-no-such-file-or-di
The second command needs to be adapted to: sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb
, it's currently broken (not refering to the file you actually get with wget"