ironsmile / euterpe

Self-hosted music streaming server 🎶 with RESTful API and Web interface. Think of it as your very own Spotify! ☁️🎧
https://listen-to-euterpe.eu
GNU General Public License v3.0
522 stars 42 forks source link

error while loading libtag_c.so.0 #55

Closed 5calV closed 7 months ago

5calV commented 8 months ago

Using https://github.com/ironsmile/euterpe/releases/download/v1.5.4/euterpe_v1.5.4_linux_amd64.tar.gz on Debian 12. After downloading the tar.gz, executing "INSTALL". Then I wanted to do the first run by typing "euterpe", but I get following error: "error while loading libtag_c.so.0: cannot open shared object file: No such file or directory"

Any way to fix this? I have been following these Instructions: https://github.com/ironsmile/euterpe/tree/v1.5.4

ironsmile commented 8 months ago

Hello! As far as I could tell you need to install the taglib package:

sudo apt-get install taglib

That should be all!

5calV commented 8 months ago

looks like this package is not in debian's repositories, at least not under this name.