Hi everyone,
it's my first post here so excuse me if I don't get to the point right away. I'm not exacly an expert on linux but I'm not a total newbie either. I got my pi as soon as they became available and am happy since. One of the features I use most is mpd. However after a recent update (around December) mpd stopped working. The error message is as follows:
"mpd: error while loading shared libraries: libicui18n.so.55: cannot open shared object file: No such file or directory"
The error is totally justifiable because there is no such object in /usr/lib/. The reason being that the current version is 56. So I only have a libicui18n.so.56.
First thing I checked: my system is up to date. My mpd version is 0.19.12-1 which - according to the package list is the most current one.
Secondly I tried creating a symbolic link named libicui18n.so.55. This fixed the file not found error but threw another one (internal mpd error, can't remember which one). Then I looked into the AUR if maybe there is a package with the .55 version. There is, but just not for the arm architecture. I know I could also downgrade to libicu version 55 but I might then run into other problems - so that's something I would like to avoid.
So I have two questions:
1) is anyone having the same issues
2) how can I get mpd working again?
Thanks for your help.
Greetings
Fake