libgstapp-1.0.so.0 não é um arquivo ELF

libgstapp-1.0.so.0 não é um arquivo ELF

Instalei recentemente o Ubuntu 16.10. Esta foi uma instalação limpa, não uma atualização. Não tenho certeza do que fiz, mas quando utilizo aptpara instalar pacotes, ao final é impresso o seguinte erro:

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.

Suspeito que isso esteja causando problemas em alguns dos aplicativos que estou usando, mas não sei como consertar antes de reinstalar tudo. O que posso fazer ?

Responder1

A reinstalação do pacote que fornece esses arquivos deve corrigir as coisas:

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

informação relacionada