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

[Gelöst] OpenSUSE 11.3, VLC startet nicht mehr

Hallo,
seit kurzem startet mein VLC-Player nicht mehr. OpenSUSE 11.3, 64 Bit
Als Ursache kann ich mir nur ein Update vorstellen, denn bis vor etwa zwei Monaten lief der noch. Da nach dem Start nichts passiert, habe ich VLC deinstalliert um ihn nachher wieder neu aufzuspielen. Jetzt jedoch erscheint die Fehlermeldung dass libz.so.1 nicht zur Verfügung gestellt werden kann. Den genauen Zeitpunkt, seit wann sich VLC so verhält, kann ich nicht nachvollziehen, da ich das Programm nicht ständig nutze.
Als Repositorie verwende ich Packman. Nicht VLC.
Falls das von Bedeutung ist, auch von k3b steht ein Update auf Packman an, welches aber ebenfalls eine Fehlermeldung erzeugt, dass libxslb.so.1 nicht zur Verfügung gestellt werden kann.
Hat jemand ne Idee?
 
Hallo,

"libxslt.so.1" ist von "libxslt" -- XSL Transformation Library

und sollte hier sein:

Code:
/usr/lib/libxslt.so.1
Falls vorhanden: was sind die Meldungen wenn vlc von der Console gestartet wird?

Code:
> vlc
Gruss,
Roland
 

tomm.fa

.Linux Club Aushilfsadministrator
Teammitglied
Keine Probleme hier.
Code:
cat /etc/SuSE-*
openSUSE
VERSION = 11.3
openSUSE 11.3 (x86_64)
VERSION = 11.3
Code:
zypper wp libxslt.so.1
Loading repository data...
Reading installed packages...
S | Name          | Type    | Version     | Arch   | Repository       
--+---------------+---------+-------------+--------+------------------
i | libxslt       | package | 1.1.24-29.1 | x86_64 | openSUSE-11.3-Oss
v | libxslt       | package | 1.1.24-29.1 | i586   | openSUSE-11.3-Oss
  | libxslt-32bit | package | 1.1.24-29.1 | x86_64 | openSUSE-11.3-Oss
Code:
zypper dup
Warning: You are about to do a distribution upgrade with all enabled repositories. Make sure these repositories are compatible before you continue. See 'man zypper' for more information about this command.
Loading repository data...
Reading installed packages...
Computing distribution upgrade...

The following NEW package is going to be installed:
  obexd 

The following packages are going to be upgraded:
  NetworkManager NetworkManager-glib avidemux avidemux-qt (...) vlc vlc-mozillaplugin vlc-noX 
  vlc-qt xbmc xmms2 xmms2-plugin-base xorg-x11-Xvnc xorg-x11-server xorg-x11-server-extra 
                                                                                                                                                       
The following package is going to change vendor:                                                                                                       
  mjpegtools  openSUSE -> http://packman.links2linux.de                                                                                                
                                                                                                                                                       
                                                                                                                                                       
64 packages to upgrade, 1 new, 1 to change vendor.
Overall download size: 84.3 MiB. After the operation, additional 2.5 MiB will be used.
Continue? [y/n/?] (y): y
Code:
zypper se -si vlc
Loading repository data...
Reading installed packages...

S | Name              | Type    | Version         | Arch   | Repository  
--+-------------------+---------+-----------------+--------+-------------
i | libvlc5           | package | 1.1.10-1.pm.4.1 | x86_64 | PackMan Repo
i | libvlccore4       | package | 1.1.10-1.pm.4.1 | x86_64 | PackMan Repo
i | vlc               | package | 1.1.10-1.pm.4.1 | x86_64 | PackMan Repo
i | vlc-mozillaplugin | package | 1.1.10-1.pm.4.1 | x86_64 | PackMan Repo
i | vlc-noX           | package | 1.1.10-1.pm.4.1 | x86_64 | PackMan Repo
i | vlc-qt            | package | 1.1.10-1.pm.4.1 | x86_64 | PackMan Repo
 
Und doch keine Lösung gefunden. Nachdem ich den VLC-Player erneut ins System gedrückt habe, unter Missachtung aller Paketabhängigkeiten, ließ der sich aus der Konsole heraus starten und startet nun auch wieder normal aus dem K-Menü. Große Freude, aber verstanden hab ich´s nicht.
Danke für Eure Bemühungen!
 
Oben