IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory

    techbulo发表于 2015-11-09 23:37:36
    love 0

    错误如下:

    adb_error

    adb_error

    “error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory”

     

    错误原因是:Ubuntu64位执行32位程序的依赖包问题,我用的是64位的系统,而adb需要引用32位的包,需要安装ia32-libs包

     

    解决办法如下:

    sudo apt-get install libncurses5:i386 or

    sudo apt-get install lib32ncurses5 lib32stdc++6 or

    sudo apt-get install ia32-libs



沪ICP备19023445号-2号
友情链接