BazziteB
Bazzite13mo ago
16 replies
KyoTensu

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


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
rpm-ostree refresh-md
rpm-ostree install zerotier-one
Was this page helpful?