Ubuntu 14.04 64 Bit How Find 32 Bit Libraries for Binary

February 1, 2018 | By the+gnu+linux+evangelist.

Find 32 bit Libraries for Binary Ubuntu 64-bit

Hi! The Tutorial shows you Step-by-Step How to Find and Install 32 bit Libraries to Execute Binary on Ubuntu 14.04 Trusty 64 bit LTS GNU/Linux.

And First, Try to Install the Usually Needed Dependencies for Ubuntu i386 Systems by Following the Linked Guide.

Ubuntu 14.04 64 bit How Find 32 bit Libraries for Binary - Featured
  1. Open a Terminal Shell emulator window
    Ctrl+Alt+t on Desktop
    (Press “Enter” to Execute Commands)

    Ubuntu 14.04 64 bit How Find 32 bit Libraries for Binary - Open Terminal Shell Emulator
  2. First, Try to Solve Installing Usually Needed Dependencies

    32bit Libraries Installation Ubuntu 14.04
  3. Next Install Required Package.

    sudo apt install elfutils
  4. And Read Needed Dependencies
    First, Access the target:

    cd /[path/2/myBinPackage]

    And Look up for Libraries:

    readelf -d [myBinPackage]

    Then Look for the NEEDED Entries like here below:

    Ubuntu 14.04 64 bit How Find 32 bit Libraries for Binary - readelf Dependencies Output
  5. Now Search on google for the Package containing the Library
    Eg like in this example with:

    “libdl.so.2 deb package”

  6. Finally, Install the needed Packages
    Eg:

    sudo apt install libc6:i386
  7. So Now I’m truly Happy if My Guide could Help you to Find 32 bit Libraries for Binary on Ubuntu 14.04!


QuickChic Theme • Powered by WordPress