Page 1 of 2

mpd problem

Posted: 26. Jul 2010, 17:29
by conta
Hi,

i installed mpd wirh gslapt, but it wont run

Code: Select all

mpd: error while loading shared libraries: libmpcdec.so.5: cannot open shared object file: No such file or directory
32 salix 13.1 xfce

Re: mpd problem

Posted: 26. Jul 2010, 19:21
by thenktor
Please install this package: musepack-tools
I'll check if the dep is wrong on the server...

EDIT: the dep is ok, I guess the 32 bit mpd package needs a rebuild. The 64 bit version works fine here. I'll send a note to the maintainer.

Re: mpd problem

Posted: 26. Jul 2010, 20:31
by conta
yep, i had muse installed ;\

so i guess i need to wait?

Re: mpd problem

Posted: 27. Jul 2010, 08:18
by thenktor
You can rebuild the package on your own if you don't want to wait. Just copy the SLKBUILD from /usr/src/mpd-X.X.X to a temp directory and run "slkbuild -X" as root there. This should create a package.

Re: mpd problem

Posted: 27. Jul 2010, 21:07
by Shador
New build here (3ab). It would be great if somebody could test this build (more thorougly) and push it to the repo instead of me. ATM I don't have the time/nerve for it.

Re: mpd problem

Posted: 4. Aug 2010, 22:32
by thenktor
Please upload your build to the repo. Can't be worse than a non working version after all ;)

Re: mpd problem

Posted: 5. Aug 2010, 15:44
by conta
so i installed mpd from another repo, and problem does not disappeard, so i guess it is not mpd problem:

Code: Select all

mpd: error while loading shared libraries: libavahi-common.so.3: cannot open shared object file: No such file or directory
so I installed avahi to get rid of this

but i have this now:

Code: Select all

mpd: error while loading shared libraries: libmpcdec.so.5: cannot open shared object file: No such file or directory

Re: mpd problem

Posted: 5. Aug 2010, 16:32
by thenktor
It is a mpd problem. It cannot find the correct shared lib. Using third party repos is not much of use here.
A quick fix would be:
cd /usr/lib (or lib64)
ln -s libmpcdec.so libmpcdec.so.5

Re: mpd problem

Posted: 5. Aug 2010, 17:47
by Shador
Sorry, I didn't manage to upload it anymore and I'm on holiday from tomorrow on. It's in the bugtracker though.
Meanwhile, I've found a problem with dvdauthor, but that one has to wait until after ...

Re: mpd problem

Posted: 5. Aug 2010, 18:06
by conta
thenktor wrote: A quick fix would be:
cd /usr/lib (or lib64)
ln -s libmpcdec.so libmpcdec.so.5
imfortunately it is not