Zerotier missing libssl

I've recently installed bazzite and nearly installed everything I need. The last missing app is zerotier and, thanks to previous post about it, I've been able to install it with rpm-ostree and enable the service. Sadly, when I try using any of its CLI commands, I get the following error:
zerotier-cli: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory
zerotier-cli: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory
I couldn't find documented solutions on this. Should I try providing the missing library manually (if even possible)? Or is there another way to install zerotier that I didn't find yet? I precise that I use the gnome-nvidia image installed on a acer nitro 5 laptop and I have some linux knowledge (but not so much for atomic-type distributions).
Solution:
sudo nano /etc/yum.repos.d/rpmfusion-nonfree.repo Change the first enabled=0 to enabled=1 ```rpm-ostree reload...
Jump to solution
11 Replies
termdisc
termdisc•5w ago
The last missing app is zerotier and, thanks to previous post about it, I've been able to install it with rpm-ostree and enable the service.
Can you be more specific on what you did to install it?
KyoTensu
KyoTensuOP•5w ago
I followed the steps described by hannut on this github issue: https://github.com/zerotier/ZeroTierOne/issues/1338
GitHub
Can't install Zerotier One in Fedora Silverblue! · Issue #1338 · ze...
Required I am trying to install Zerotier in Fedora Silverblue What is actually happening? I can't install it in fedora silverblue Any screenshots that would help us out. Additional information ...
KyoTensu
KyoTensuOP•5w ago
so, I added the GPG key:
curl -s \
https://raw.githubusercontent.com/zerotier/ZeroTierOne/master/doc/contact%40zerotier.com.gpg \
| sudo tee /etc/pki/rpm-gpg/RPM-GPG-KEY-zerotier
curl -s \
https://raw.githubusercontent.com/zerotier/ZeroTierOne/master/doc/contact%40zerotier.com.gpg \
| sudo tee /etc/pki/rpm-gpg/RPM-GPG-KEY-zerotier
and I edited the zerotier.repo file:
[zerotier]
name=ZeroTier, Inc. RPM Release Repository
baseurl=http://download.zerotier.com/redhat/fc/22
enabled=1
gpgcheck=1
[zerotier]
name=ZeroTier, Inc. RPM Release Repository
baseurl=http://download.zerotier.com/redhat/fc/22
enabled=1
gpgcheck=1
termdisc
termdisc•5w ago
👀 that's quite an old guide
KyoTensu
KyoTensuOP•5w ago
and then I did the rpm-ostree install zerotier-one yeah I saw but I didn't find another way
Solution
termdisc
termdisc•5w ago
sudo nano /etc/yum.repos.d/rpmfusion-nonfree.repo Change the first enabled=0 to enabled=1
rpm-ostree reload
rpm-ostree refresh-md
rpm-ostree install zerotier-one
rpm-ostree reload
rpm-ostree refresh-md
rpm-ostree install zerotier-one
KyoTensu
KyoTensuOP•5w ago
sorry, I bas busy with something I should remove the already isntalled package first, isn't it? It tells me that the package is already requested
termdisc
termdisc•5w ago
I would and also remove the repo you added
KyoTensu
KyoTensuOP•5w ago
the commands works! Thank you a lot! I suppose the newly enabled repo had a zerotier package in it? also, I'll try if I can connect to my network and maybe come back if I still have issues
termdisc
termdisc•5w ago
zerotier-one was added to rpm-fusion a while back
KyoTensu
KyoTensuOP•4w ago
It seems to work perfectly, thank you again for the help ! I've learned a usefuk thing today

Did you find this page helpful?