P
P
programmer01012019-06-26 01:50:05
linux
programmer0101, 2019-06-26 01:50:05

How to run 32 bit programs on Linux 64 bit, writes that the executable files are empty space?

When running binaries, they are not recognized as "no such file on directory"

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
jcmvbkbc, 2019-06-26
@jcmvbkbc

Install the 32-bit environment -- libc and everything else that the program uses. Details vary by distribution.
Debian example:

dpkg --add-architecture i386
apt-get update
apt-get install libc6:i386

V
Victor Taran, 2019-06-26
@shambler81

https://www.opennet.ru/opennews/art.shtml?num=49827
https://3dnews.ru/989630
and so on and so forth
are you sure you need 32 bit libraries?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question