首页 > 系统服务 > 详细

Install 32bit libraries in 64 bit ubuntu(14.10)

时间:2015-03-16 16:16:46      阅读:275      评论:0      收藏:0      [点我收藏+]
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.

Author: wujing

Created: 2015-03-16 一 15:21

Emacs 24.3.1 (Org mode 8.2.10)

Install 32bit libraries in 64 bit ubuntu(14.10)

原文:http://www.cnblogs.com/wujingcqu/p/4341916.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!