zoukankan      html  css  js  c++  java
  • liunx64运行飞信的问题

    [root@manager fetion]# ./fetion
    -bash: ./fetion: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

    是因为缺少了这个组件mesa-libGL.i686。于是乎,安装上mesa-libGL.i686

     


    Android adb failed to start after I installed the SDK.
    Running adb from the command line reveals the error:


    /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
    



    I'm running 64-bit Fedora but Android adb is looking for
    32-bit Linux loader. This is resolved by installing the 32-bit
    libraries.


    # yum whatprovides ld-linux.so.2
    Loaded plugins: presto, refresh-packagekit
    glibc-2.12-1.i686 : The GNU libc libraries
    Repo        : fedora
    Matched from:
    Other       : ld-linux.so.2
    
    
    
    glibc-2.12-3.i686 : The GNU libc libraries
    Repo        : updates
    Matched from:
    Other       : ld-linux.so.2
    
    # yum install glibc-2.12-3.i686
    Loaded plugins: presto, refresh-packagekit
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package glibc.i686 0:2.12-3 set to be updated
    --> Processing Dependency: libfreebl3.so for package: glibc-2.12-3.i686
    --> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-3.i686
    --> Running transaction check
    ---> Package nss-softokn-freebl.i686 0:3.12.6-3.fc13 set to be updated
    ---> Package nss-softokn-freebl.x86_64 0:3.12.6-3.fc13 set to be updated
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ========================================================================================
     Package                    Arch           Version                Repository       Size
    ========================================================================================
    Installing:
     glibc                      i686           2.12-3                 updates         4.3 M
    Installing for dependencies:
     nss-softokn-freebl         i686           3.12.6-3.fc13          updates         112 k
    Updating for dependencies:
     nss-softokn-freebl         x86_64         3.12.6-3.fc13          updates         118 k
    
    Transaction Summary
    ========================================================================================
    Install       2 Package(s)
    Upgrade       1 Package(s)
    
    Total download size: 4.5 M
    Is this ok [y/N]: 
    



    I did the same
    for libncurses.so.5 and libstdc++.so.6 to resolve all
    dependencies.



  • 相关阅读:
    第 1 章 代码无错便是优?——简单工厂模式
    [转载]由浅入深探究mysql索引结构原理、性能分析与优化
    jquery中 $.expr使用实例介绍
    jQuery UI Widget(1.8.1)工作原理
    asp.net url重写
    CJL.0.1.js
    React Context 的用法
    小程序组件使用
    深入理解es5中Object.defineProperty()
    React合成事件
  • 原文地址:https://www.cnblogs.com/xia/p/2444510.html
Copyright © 2011-2022 走看看