Install 32bit libraries in 64 bit ubuntu(14.10)
Install 32bit libraries in 64 bit ubuntu(14.10)
I downloaded lingo11 (which is a cracked version,32bit), and when I was trying to run that program in 64 bit ubuntu, the bash complained that the target exection file did not exist. And I realized that it is the architecture problem that leads to such response. Using the following instructions to install the necessary packages:
sudo apt-get install gcc-multilib |
sudo apt-get install libc6:i386 |
After installing the above mentioned libs, all programs work fine.
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。