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.



  • 相关阅读:
    写在毕业散伙饭后
    关于2005年高考志愿填报注意事项与分析
    如何在ASP.NET页面间传送数据
    MS Server 2000中的Table类型
    离职申请[转]
    JQUERY 获取text,areatext,radio,checkbox,select值
    DropdownList用法记录
    SQL小记
    认识SortedList类
    js中的|| 与 &&
  • 原文地址:https://www.cnblogs.com/xia/p/2444510.html
Copyright © 2011-2022 走看看