libgstapp-1.0.so.0 ist keine ELF-Datei

libgstapp-1.0.so.0 ist keine ELF-Datei

Ich habe vor Kurzem Ubuntu 16.10 installiert. Dies war eine Neuinstallation, kein Upgrade. Ich bin mir nicht sicher, was ich getan habe, aber wenn ich aptPakete installiere, wird am Ende der folgende Fehler ausgegeben:

Processing triggers for libc-bin (2.24-3ubuntu2) ... /sbin/ldconfig.real: /usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0 is not an ELF file - it has the wrong magic bytes at the start.

/sbin/ldconfig.real: /usr/lib/x86_64-linux-gnu/libgstallocators-1.0.so.0 is not an ELF file
- it has the wrong magic bytes at the start.

/sbin/ldconfig.real: /usr/lib/x86_64-linux-gnu/libgstallocators-1.0.so.0.803.0 is not an ELF file - it has the wrong magic bytes at the start.

/sbin/ldconfig.real: /usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0.803.0 is not an ELF file
- it has the wrong magic bytes at the start.

Ich vermute, dass dies bei einigen der von mir verwendeten Anwendungen Probleme verursacht, aber ich weiß nicht, wie ich es beheben kann, ohne alles neu zu installieren. Was kann ich tun?

Antwort1

Eine Neuinstallation des Pakets, das diese Dateien bereitstellt, sollte das Problem beheben:

sudo apt-get --reinstall install libgstreamer-plugins-base1.0-0

verwandte Informationen