You are not logged in.

#1 2007-07-30 19:28:08

morphus
Member
From: Braunschweig
Registered: 2003-08-06
Posts: 145

Amarok missing some libraries / library configuration

Hi,

Amarok is missing some libraries at the moment on my system. System is up to date:

Code:

[morphus@spielemorph ~]$ amarok
amarok: /lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by amarok)
[morphus@spielemorph ~]$

Google is telling me to do a pacman -Syu, but it didn't make it... I even reinstalled amarok, glibc but it didn't work either.


Using Archlinux/32bit-System.

Any idea?

Thanks, Stefan

Offline

#2 2007-08-01 20:19:04

morphus
Member
From: Braunschweig
Registered: 2003-08-06
Posts: 145

Re: Amarok missing some libraries / library configuration

Ok, there seems to be a problem with the version 1.4.6 of amarok. I installed the previous version (1.4.5-5) and everything works fine.

Anyone who has an idea why is welcome to comment, otherwise I am happy for now smile

Offline

#3 2007-08-01 21:12:26

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Amarok missing some libraries / library configuration

On my system, the libstdc++.so.6 library is in /usr/lib not in /lib like it seems to be on your system. Run:
# pacman -Qo /lib/libstdc++.so.6
to see to which package it belongs.
Do you have a /usr/lib/libstdc++.so.6 file on your system? That file belongs to gcc. Try reinstalling gcc.

Offline

#4 2007-08-02 16:17:42

morphus
Member
From: Braunschweig
Registered: 2003-08-06
Posts: 145

Re: Amarok missing some libraries / library configuration

Cool, this was the problem:

/lib/libstdc++.so.6 belonged to nobody.
/usr/lib/libstdc++.so.6 belongs to gcc.

So I removed the first file, which was accidentally used by amarok, and now it works fine with the newest version of amarok. No need to reinstall gcc.


Thanks for your help!

Offline

Board footer

Powered by FluxBB