mpd problem

You have a problem with Salix? Post here and we'll do what we can to help.
conta
Posts: 23
Joined: 26. Jul 2010, 17:26

mpd problem

Post 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
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: mpd problem

Post 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.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
conta
Posts: 23
Joined: 26. Jul 2010, 17:26

Re: mpd problem

Post by conta »

yep, i had muse installed ;\

so i guess i need to wait?
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: mpd problem

Post 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.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: mpd problem

Post 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.
Image
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: mpd problem

Post by thenktor »

Please upload your build to the repo. Can't be worse than a non working version after all ;)
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
conta
Posts: 23
Joined: 26. Jul 2010, 17:26

Re: mpd problem

Post 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
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: mpd problem

Post 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
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: mpd problem

Post 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 ...
Image
conta
Posts: 23
Joined: 26. Jul 2010, 17:26

Re: mpd problem

Post 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
Last edited by conta on 6. Aug 2010, 12:35, edited 1 time in total.
Post Reply