
최근 우분투 16.10을 설치했습니다. 업그레이드가 아닌 새로 설치였습니다. 내가 무엇을 했는지는 잘 모르겠지만 apt
패키지를 설치하는 데 사용할 때 마지막에 다음 오류가 인쇄됩니다.
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.
이것이 내가 사용하고 있는 일부 응용 프로그램에서 문제를 일으키는 것으로 의심되지만 모든 것을 다시 설치하지 않고는 문제를 해결할 방법이 없습니다. 어떡해 ?
답변1
이러한 파일을 제공하는 패키지를 다시 설치하면 문제가 해결됩니다.
sudo apt-get --reinstall install libgstreamer-plugins-base1.0-0