Distribution of statically coupled ELF 32bit Binary - will it work on all platforms?

My team is ready to release the first version of our Linux program and will do it in the easiest way (for users).

The program does not require external files, is not installed and is statically linked.

ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), statically linked, for GNU/Linux 2.6.15, not stripped

My question is, will such a binary file work on most Linux platforms (Ubuntu, Redhat, OpenSuse, etc.)?

I'm also a little worried about what it says β€œfor GNU / Linux 2.6.15”, does that mean they need a 2.6.15 kernel or higher?

+3
source share
1 answer

.

( pthread LinuxThreads ↔ NPTL?).

LSB 4.0. , ( , ) . - , -L - ldd, , .

, API, LSB ( - LSB , API LSB API), , ).

. Linux Windows/MacOSX.

+3

Source: https://habr.com/ru/post/1762376/


All Articles