mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-26 01:06:01 +03:00
[GH-ISSUE #80] Upgrade to libssl3? - libssl.so.1.1: cannot open shared object file: No such file or directory #70
Labels
No labels
Need more info
bug
duplicate
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tunnelto#70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JosephCatrambone on GitHub (Apr 21, 2023).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/80
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 on GitHub (May 9, 2024):
bump
@laisc7301 commented on GitHub (Feb 28, 2026):
i have same problem