libgstapp-1.0.so.0 no es un archivo ELF

libgstapp-1.0.so.0 no es un archivo ELF

Recientemente instalé Ubuntu 16.10. Esta fue una instalación limpia, no una actualización. No estoy seguro de lo que hice, pero cuando uso aptpara instalar paquetes, al final, se imprime el siguiente error:

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.

Sospecho que esto está causando problemas en algunas de las aplicaciones que estoy usando, pero no sé cómo solucionarlo sin reinstalar todo. Qué puedo hacer ?

Respuesta1

Reinstalar el paquete que proporciona estos archivos debería solucionar las cosas:

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

información relacionada