cannot open shared object file: No such file or directory

Error: /home/jiangk/work/byt_lct_r42b/out/host/linux-x86/bin/isu: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory

first, i download the relative 32bit format so, but then it will show don't have other so. So i want to install the ia32-libs.


solution:

first, i install ia32-libs directly:

  149  sudo apt-get install ia32-libs    ==>    fail  and show the depends, so


                     so ==>

                                150  sudo apt-get install ia32-libs-multiarch  ==>   fail  and show the depends, so


                                                    so==>
                                                             151  sudo apt-get install libglu1-mesa
                                                             152  sudo apt-get install libqt4-opengl
                                 153  sudo apt-get install ia32-libs-multiarch
  154  sudo apt-get install ia32-libs

你可能感兴趣的:(cannot open shared object file: No such file or directory)