Solve the dependency package problem of ubuntu 64-bit execution of 32-bit programs

Source: Internet
Author: User

However, you may encounter the following problems:
Execute ADB in Ubuntu 64-bit, or start eclipse and report libncurses. so.5 cannot be found. The error message is displayed.

Java Code
  1. ADB: ErrorWhileLoading shared libraries: libncurses. So.5: Cannot open shared object file: no such file or directory

The reason is that I am using a 64-bit system, and ADB needs to reference a 32-bit package, need to install the ia32-libs package.
Run the following command: Java code

  1. Sudo apt-Get install ia32-libs

From: http://qiang106.iteye.com/blog/1420531

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.