[problem help] zerotier安装不了
Tofloor
poster avatar
t110119
deepin
2024-06-21 10:45
Author

curl -s https://install.zerotier.com | sudo bash

*** ZeroTier Service Quick Install for Unix-like Systems

*** Tested OSes / distributions:

*** MacOS (10.13+) (just installs ZeroTier One.pkg)
*** Debian Linux (7+)
*** RedHat/CentOS Linux (6+)
*** Fedora Linux (16+)
*** SuSE Linux (12+)
*** Mint Linux (20+)
*** Kali Linux (2024.1+)

*** Supported architectures vary by OS / distribution. We try to support
*** every system architecture supported by the target.

*** Please report problems by opening a GitHub issue or Pull Request at:
*** https://github.com/zerotier/install.zerotier.com
*** Please include the content of /etc/os-release for your distribution.

*** Detecting Linux Distribution

*** Unknown or unsupported distribution! Aborting.

之前的版本都可以正常安装,现在v23不支持了,如何破

Reply Favorite View the author
All Replies
t110119
deepin
2024-06-21 10:49
#1

github下载的1.14.0的源码也不知如何装

Reply View the author
sammy-621
deepin
2024-06-21 11:47
#2

这是否说明V23是不基于其它发行版的根系统?

Reply View the author
t110119
deepin
2024-06-21 12:37
#3

~$ cat /etc/os-release
PRETTY_NAME="Deepin 23"
NAME="Deepin"
VERSION_ID="23"
VERSION="23"
ID=Deepin
HOME_URL="https://www.deepin.org/"
BUG_REPORT_URL="https://bbs.deepin.org"
VERSION_CODENAME=beige

Reply View the author
t110119
deepin
2024-06-22 09:56
#4

记录一下解决办法:1.添加源地址:deb http://download.zerotier.com/debian/buster buster main。2.复制公钥文件zerotier-debian-package-key.gpg。3.sudo apt-get update.如何成功通过就可以下一步了,4.sudo apt-get install zerotier-one

.

Reply View the author
t110119
deepin
2024-06-22 10:26
#5

sudo zerotier-cli join

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

sudo apt-get install libssl1.1

没有可用的软件包 libssl1.1,但是它被其它的软件包引用了。
这可能意味着这个缺失的软件包可能已被废弃,
或者只能在其他发布源中找到

E: 软件包 libssl1.1 没有可安装候选

Reply View the author
t110119
deepin
2024-06-22 10:40
#6

下载

http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.23_amd64.deb

安装后

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

Reply View the author
t110119
deepin
2024-06-22 10:43
#7

systemctl start zerotier-one

sudo zerotier-cli join a84ac5c10a
200 join OK

Reply View the author
deepin
2024-07-10 21:04
#8

看完楼主的。测试后我总结了一个完整的,不需要添加源什么的:

第一步:浏览器打开

http://download.zerotier.com/debian/buster/pool/main/z/zerotier-one/ 

这里下载一个deb包的zerotier,版本选最新的,我看到是1.8.9的。 下载后安装。

二、下载楼主贴出来的:

http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.23_amd64.deb

下载后安装

三、

systemctl start zerotier-one

sudo zerotier-cli join 你自己的网络id

成功的话会显示:
200 join OK
Reply View the author