
나는 32비트 전용 Eclipse의 사용자 정의 버전을 가지고 있습니다. 그리고 64비트 우분투 12.04 LTS에서 실행해야 합니다. 표준 64비트 Eclipse를 다운로드하거나 32비트 VM을 실행할 수 없습니다. 이를 수행하는 간단하고 안정적인 방법이 있습니까? Chroot 또는 ia32-libs는 신뢰성/실용성 이유로 인해 최선의 선택이 아닌 것 같습니다.
답변1
가장 쉬운 방법은 32비트 라이브러리를 설치하는 것입니다.
sudo dpkg --add-architecture i386
sudo apt-get install ia32-libs
그런 다음 재부팅
답변2
https://help.ubuntu.com/community/32bit_and_64bit
해당 페이지에는 4가지 제안이 있습니다:
Installation of 32-bit compatibility libraries (ia32-libs or Multiarch support)
A 32-bit chroot
Full virtualization through KVM or VirtualBox
Another option in a pinch is getlibs getlibs
답변3
나는 당신에게 도움이 될 수 있는 오래된 게시물(2007)을 찾았습니다. http://rachaelandtom.info/node/1485