Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure on Debian 12.7 due to lack of libssl 1.1 #2384

Open
ISO8807 opened this issue Oct 9, 2024 · 1 comment
Open

Failure on Debian 12.7 due to lack of libssl 1.1 #2384

ISO8807 opened this issue Oct 9, 2024 · 1 comment

Comments

@ISO8807
Copy link

ISO8807 commented Oct 9, 2024

  • What you expect to be happening.

zerotier-cli should work on Debian 12.

  • What is actually happening?

zerotier-cli: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

It appears that Debian 12 has libssl version 3 and not version 1.1. If I try to work around this by symlinking libssl.so.3 to libssl.so.1.1 I then I get:

zerotier-cli: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory

As Debian 12 has been out for a while now, it would be nice if ZeroTier were compatible with its standard version of libssl.

  • Any steps to reproduce the error.

Install ZerotierOne on Debian 12(.7) and call zerotier-cli.

  • Any relevant console output or screenshots.

Console output as above.

  • What operating system and ZeroTier version. Please try the latest ZeroTier release.

I am using a fresh install of Debian 12.7 (Intel 64-bit). I installed ZerotierOne 1.14.1 using the recommended procedure (install GPG key then use apt).

@ISO8807
Copy link
Author

ISO8807 commented Oct 9, 2024

I tried to work around this by copying libssl.so.1.1 and libcrypto.so.1.1 from a Debian 11 system. This leads to a different failure:

zerotier-cli status
zerotier-cli: missing port and zerotier-one.port not found in /var/lib/zerotier-one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant