• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

SUSE11.4 - Audios werden nicht abgespielt

Proxy

Newbie
Eigentlich sind es sogar zwei unterschiedliche Probleme, die aber zusammenhängen:

Nach dem Update auf SUSE11.4 werden von keinem Programm mehr Audiodateien (mp3, wav) abgespielt. Wenn ich z. B. den Realplayer in der Konsole öffnen will kommt folgende Fehlermeldung:

Code:
/usr/local/RealPlayer/realplay.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

Die Verknüpfung ist aber vorhanden.

Wenn ich den Pfad nachprüfen will, erhalte ich dann auch noch folgendes:

Code:
username@linux:~> $ echo $PATH
If '$' is not a typo you can use command-not-found to lookup the package that contains it, like this:
    cnf $

Na prost Mahlzeit! Hat jemand eine Idee für wenigstens eins der Probleme?
 

tomm.fa

Administrator
Teammitglied
Proxy schrieb:
Code:
/usr/local/RealPlayer/realplay.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
libstdc++33 ist installiert?

Proxy schrieb:
Wenn ich den Pfad nachprüfen will, erhalte ich dann auch noch folgendes:

Code:
username@linux:~> $ echo $PATH
If '$' is not a typo you can use command-not-found to lookup the package that contains it, like this:
    cnf $
Wiw wäre es mit:
Code:
username@linux:~> echo $PATH
?
 
OP
P

Proxy

Newbie
libstdc++33 ist installiert?

Ja.


Zum größten Teil hat sich das erledigt. Nach dem Neustart funktionieren die Player -außer vlc.

Da bekomme ich von der Konsole folgende Meldung:

Code:
username@linux:~> vlc
VLC media player 1.1.7 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0x6090c0] main libvlc: VLC wird mit dem Standard-Interface ausgeführt. Benutzen Sie 'cvlc', um VLC ohne Interface zu verwenden.
Blocked: call to setlocale(6, "")
Blocked: call to dlopen("/usr/lib64/kde4/plugins/gui_platform/libkde.so", 1)
Blocked: call to setlocale(6, "")
Blocked: call to putenv("LANGUAGE=")
KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work 
Speicherzugriffsfehler

Wiw wäre es mit:

Code: Alles auswählen
username@linux:~> echo $PATH


?

War zu einfach... :roll: Danke!
 
Oben