본문 바로가기

원본글은 http://www.howtodoityourself.org/how-to-fix-libld-linux-so-2-bad-elf-interpreter-no-such-file-or-directory.html


설치중에 이런에러를 만나면, (하다보니 자주 만나기는 하다 ^^)

/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory


이렇게 해결하자. :)

On any RPM based distribution (CentOS/RedHat/Fedora/Suse/Mandriva):

yum -y install glibc.i686

On any DEB based distribution (Debian/Ubuntu/Mint/Crunchbang):

apt-get update
apt-get install ia32-libs


B로그0간

개발 관련 글과 유용한 정보를 공유하는 공간입니다.