Linux
Linux 사용시 발생했던 문제점과 해결 방법
어벙벙대마왕
2016. 1. 25. 09:33
개인적으로 Linux를 사용함에 있어 발생했던 문제점들과 이를 해결한 방안을 정리한 것입니다. (특별한 언급이 없으면 64bit Cent OS에서 발생한 문제입니다.)
/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
-> glibc i686 버전 설치 사용하는 architecture에 관계없이 i686을 설치해야 문제가 해결됨
[Warning] QGtkStyle could not resolve GTK. Make sure you have installed the proper libraries.
-> libgnomeui.i686 설치
SDL no such file or directory
-> SDL2.x86_64, SDL2-devel.x86_64
sndfile.h no such file or directory
-> libsndfile-devel.x86_64
OpenSSL 관련 no such file or directory
-> openssl.x86_64, openssl-devel.x86_64 설치
Zlib 관련 no such file or directory
-> zlib-devel.x86_64 설치
Alsa 관련 no such file or directory
-> alsa-lib-devel.x86_64 설치