Reply To: Unable to start firefly 1586 server on CentOS 4.4

#10904
rpedde
Participant

@ces98 wrote:

I can’t start the DAAP server:

Starting DAAP server: /usr/local/sbin/mt-daapd: error while loading shared libraries: libid3tag.so.0: cannot open shared object file: No such file or directory

pls help

Sounds like you built it yourself using libraries in a non-standard place. (/usr/local/lib, maybe?) Not sure why, as libid3tag is in yum.

You’ll need to add that location to your /etc/ld.so.conf and do a ldconfig.

— Ron