无法在64位Linux上运行32位应用程序 [英] Cannot run 32-bit apps on 64-bit Linux

查看:460
本文介绍了无法在64位Linux上运行32位应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对64位Ubuntu 8.04的安装非常简单.

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

当我尝试运行某些32位程序(例如jhead程序)时,收到消息No such file or directory.

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

我认为这可能是图书馆问题,但是当我这样做时:

I figured it may be a library problem, but when I do:

ldd jhead

我得到的消息是not a dynamic application,而不是它需要的库列表.我使用的另一个旧的32位应用程序也是如此.

instead of a list of libraries it needs, I just get the message not a dynamic application. Same for another old 32-bit app I use.

因此,似乎未安装一些对于运行32位应用程序非常重要的组件.但是我什至如何确定这些是什么?

So it would appear some very important components for running 32 bit apps are not installed. But how do I even determine what these are?

推荐答案

您将需要安装32位库软件包

You will need to install the 32bit library package

ia32-libs-用于amd64和ia64系统的ia32共享库

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

执行并执行

sudo aptitude install ia32-libs

这篇关于无法在64位Linux上运行32位应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆