Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use a Linux box as an iTunes music server' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use a Linux box as an iTunes music server
Authored by: cerbero on Jul 28, '03 03:02:06PM

I get this error when trying to start daapd:

daapd: error while loading shared libraries: libid3tag.so.0: cannot open shared object file: No such file or directory

I have installed libid3tag without problems though, so I don't know what's going on. Anyone have any idea?



[ Reply to This | # ]
Use a Linux box as an iTunes music server
Authored by: wiley on Jul 28, '03 03:08:52PM

Try adding /usr/local/lib to /etc/ld.so.conf and then running ldconfig.



[ Reply to This | # ]
Use a Linux box as an iTunes music server
Authored by: sweetsdream on Jul 28, '03 03:12:21PM

I had the same problem. You need to load the libraries for ID3. To do this you will need to edit your /etc/ld.so.conf file and add /usr/local/lib. Once you save the file type ldconfig at the prompt.

---
Cheers,

Sweetsdream



[ Reply to This | # ]
Use a Linux box as an iTunes music server
Authored by: edarkarchon on Jul 28, '03 07:25:12PM

or reinstall libid3 with the configure option --prefix=/usr



[ Reply to This | # ]