Cannot run 32-bit apps on 64-bit Linux

前端 未结 2 827
南方客
南方客 2021-02-20 09:08

I have a very minimal install of Ubuntu 8.04 64-bit.

When I try to run some 32-bit programs, such as my jhead program, I get the message No such file

相关标签:
2条回答
  • 2021-02-20 09:56

    Doing ldd ./ might help to see which library dependancies are succesfully resolved.

    0 讨论(0)
  • 2021-02-20 10:11

    You will need to install the 32bit library package

    ia32-libs - ia32 shared libraries for use on amd64 and ia64 systems

    go and execute

    sudo aptitude install ia32-libs
    
    0 讨论(0)
提交回复
热议问题