Dear ML, mpd has been flagged out-of-date, so I'm encouraged to post my problem here instead of on the bugtracker. Installing mpd on a bare system does not resolve all dependencies, since I had to install: - curl (libcurl-*.so missing) - glib (libgthread-*.2.0.0.so missing) Next problem: glib installs both libgthread-*.1.2.0.so and libgthread.so, but mpd required v2.0.0 specificly. So: mpd needs to be rebuilt requiring another version of libgthread or glib needs to be updated (IMVHO). Possibly mpd has other dependencies - I will report them later. Vincent