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: arcterex on Nov 11, '03 01:13:12PM

I had a silly problem I figured I'd share here in case anyone else gets it. I was having a hell of a time compiling libhttpd-persistant on my gentoo linux box, with all sorts of c++ parsing errors when ever I tried to compile it. Turns out I forgot that the command gcc is not the same as g++. The makefile for libhttpd somehow mis-understood this and inserted the wrong command in the makefile. Changed it from gcc to g++ and it all worked. Just waiting for daapd to finish scanning my mp3s before I can confirm it all worked, but all the files are compiled and running now!



[ Reply to This | # ]
Thank You!
Authored by: RafeDawg on Dec 28, '03 04:37:20PM

I too use gentoo, and had the exact same problem. Thank you so much for posting!



[ Reply to This | # ]