zerotier / ZeroTierOne

A Smart Ethernet Switch for Earth
https://zerotier.com
Other
14.3k stars 1.67k forks source link

error while loading shared libraries: libminiupnpc.so.17 (Arch Linux) #2325

Closed EyBmr closed 3 months ago

EyBmr commented 3 months ago

Arch Linux recently updated "miniupnpc" to 2.2.8-1.

Please update zerotier-one to use the new version of miniupnpc.

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

EyBmr commented 3 months ago

Sorry, I forgot to add the temporary solution for those who want to get zerotier-one working again without downgrading the miniupnpc package.

Run this in your terminal: sudo ln -s /usr/lib/libminiupnpc.so.18 /usr/lib/libminiupnpc.so.17

lvgvspe commented 3 months ago

Sorry, I forgot to add the temporary solution for those who want to get zerotier-one working again without downgrading the miniupnpc package.

Run this in your terminal: sudo ln -s /usr/lib/libminiupnpc.so.18 /usr/lib/libminiupnpc.so.17

Thank you!!! I noticed the problem when my Sunshine crashed, and your solution fixed it!

EyBmr commented 3 months ago

The temporary fix is no longer needed for zerotier-one. It has been updated to use the new version of the miniupnpc library.

Delete the symbolic link with sudo rm /usr/lib/libminiupnpc.so.17

kane-thornwyrd commented 2 months ago

Not directly related to zerotier, but I've found this while searching for this error when launching Godot after installing the godot-export-templates-git-4.3.r65912.3e0c10d3931-1 godot-git-4.3.0.r6067.g4ab8fb809396-1 packets… And the symbolic link is a valid solution that solved my issue too. So I'm thankful for this, and hope it might help more people.