• Install 32bit libraries in 64 bit ubuntu(14.10)


    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)

  • 相关阅读:
    GITHUB个人博客搭建-Pelican 在Windows环境下的安装及配置
    字符串-四则运算
    微信公众平台开发环境配置
    【小程序】使用uni-app搭建小程序环境---弹窗
    【小程序】使用uni-app搭建小程序环境---js变化
    【小程序】使用uni-app搭建小程序环境---组件标签
    【小程序】使用uni-app搭建小程序环境---封装接口
    【小程序】使用uni-app搭建小程序环境之框架
    【小程序】使用uni-app搭建小程序环境调用
    【js】JS Unicode编码和解码(6种方法)
  • 原文地址:https://www.cnblogs.com/wujingcqu/p/4341916.html
Copyright © 2020-2023  润新知