Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibile con Linux 64-bit #9

Closed
free-variation opened this issue Sep 22, 2018 · 3 comments
Closed

Incompatibile con Linux 64-bit #9

free-variation opened this issue Sep 22, 2018 · 3 comments
Assignees

Comments

@free-variation
Copy link

free-variation commented Sep 22, 2018

Il programma lemlat, almeno nella versione contenuta nell' archivio linux_embedded.tgz, non e' eseguibile su sistemi Linux 64-bit. Risulta necessaria la installazione del 32-bit subsystem.

Per esempio, in ambito Ubuntu, bisogna prima eseguire:

sudo apt-get install libc6-i386 
sudo apt-get install ia32-libs
@gersh0m
Copy link
Member

gersh0m commented Sep 23, 2018

Careful!!
That information it is misleading.
Linux binaries are, at the moment, 32bit executable.
In order to run it on a 64-bit linux distro, additional libraries must be installed depending on the distro itself.
The above packages may work on some (Ubuntu) distro and not on other...

The following is a list of needed libreries/packages on recent (e.g. 16.04) Ubuntu versions:

libc6-1686
lib32z1
gcc-multilib
libwrap0:1386
libaio:i386

Anyway 64 bits native binaries will be available in the days...

@gersh0m gersh0m self-assigned this Sep 23, 2018
@free-variation
Copy link
Author

Thank you for the quick reply @gersh0m. Are you saying the above is "misleading" because the meta-package ia32-libs has, at times, been under threat of deprecation? In any case having the more precise list of 32bit lib dependencies is better, agreed. And we look forward to the 64-bit binary.

@gersh0m
Copy link
Member

gersh0m commented Nov 19, 2018

Linux 64 native binaries are availables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants