zoukankan      html  css  js  c++  java
  • 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)

  • 相关阅读:
    php 对象转数组
    一张图解析FastAdmin中的表格列表的功能
    tp中打印sql,查看语句信息
    fastadmin 增加外键表搜索
    fastadmin 后台管理中,权限设置,不同管理员,显示不同的数据
    Python exec 函数
    Python eval() 函数
    Python next() 函数
    Python iter() 函数
    Python range() 函数
  • 原文地址:https://www.cnblogs.com/wujingcqu/p/4341916.html
Copyright © 2011-2022 走看看