agrinman / tunnelto

Expose your local web server to the internet with a public URL.
https://tunnelto.dev
MIT License
2.11k stars 114 forks source link

Upgrade to libssl3? - libssl.so.1.1: cannot open shared object file: No such file or directory #80

Open JosephCatrambone opened 1 year ago

JosephCatrambone commented 1 year ago

Ubuntu 22.04 and later have moved from libssl 1.1 to libssl3, so attempting to start tunnelto on these machines yields a "libssl.so.1.1: cannot open shared object file: No such file or directory" error.

Workaround: build from source with the Rust version.

I'm sure older versions of Linux (maybe mainline Debian? Probably centos?) are still on libcrypto or libssl1 and don't know if there's any backwards compatibility, but it seems worth reporting.

cnmoro commented 6 months ago

bump