boysetsfrog / vimpc

Official repository for vimpc a vi/vim inspired client for the Music Player Daemon (mpd). Pull requests are welcome.
GNU General Public License v3.0
269 stars 34 forks source link

error while loading shared libraries: libtag.so.1 #106

Closed kirasok closed 3 weeks ago

kirasok commented 9 months ago

OS: ArchLinux vimpc: 0.09.1 [95ad78d112316a1c290a480481fd1f8abf50b59b]

After update to taglib 2.0-1, vimpc stopped launching:

vimpc: error while loading shared libraries: libtag.so.1: cannot open shared object file: No such file or directory

Works again if symlink libtag.so.1 to libtag.so.2

sidtronics commented 1 month ago

You need to rebuild packages from the AUR whenever their dependencies get updated to ensure they link against the new versions.

If you use yay, you can rebuild a package like this:

yay -S vimpc-git --rebuild

Tip: use rebuild-detector to get notified when a package breaks.