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

Problem with daemons on linux #42

Open
fvalle1 opened this issue Nov 26, 2024 · 8 comments
Open

Problem with daemons on linux #42

fvalle1 opened this issue Nov 26, 2024 · 8 comments
Assignees
Labels
electros Problems with client electros-daemons

Comments

@fvalle1
Copy link
Collaborator

fvalle1 commented Nov 26, 2024

@mrazzoli-elemento reports

\[PYI-4201:ERROR\] Failed to load Python shared library '/tmp/\_MEIwI6MjJ/libpython3.11.so.1.0': dlopen: /lib64/libm.so.6: version \GLIBC_2.35' not found (required by /tmp/_MEIwI6MjJ/libpython3.11.so.1.0)
`

Internal ref: https://github.com/Elemento-Modular-Cloud/elemento-monorepo-client/issues/59

@fvalle1 fvalle1 self-assigned this Nov 26, 2024
@fvalle1
Copy link
Collaborator Author

fvalle1 commented Nov 26, 2024

@filippo-ferrando

@filippo-ferrando
Copy link
Member

this is an issue that I also saw sporadically on the installations of demons on almalinux, I have not found a way to solve it, nor by linking executables or downloading the requested libraries

@morrolinux
Copy link

judging by the error, it could be that the AppImmage just needs to be built under a more recent linux distro

@filippo-ferrando
Copy link
Member

filippo-ferrando commented Nov 26, 2024

The client daemons are builded with the option onefile of pyinstaller For incompatibility issues.
In this case python requires a specific version of glibc, i'll try to use a different Ubuntu version in both ways
(Pyinstaller issues suggest to go with the older version avaiable)

@filippo-ferrando
Copy link
Member

I'm curious that the demons work perfectly on all the ubuntu I have tested and on my personal arch, but when I tried them on an alma they started giving this error

@fvalle1 fvalle1 added electros Problems with client electros-daemons labels Nov 26, 2024
@filippo-ferrando
Copy link
Member

judging by the error, it could be that the AppImmage just needs to be built under a more recent linux distro

can you run ldd --version on the machine that throws the error?

@morrolinux
Copy link

judging by the error, it could be that the AppImmage just needs to be built under a more recent linux distro

can you run ldd --version on the machine that throws the error?

It's an almalinux 9 fresh install:

[morro@localhost ~]$ ldd --version
ldd (GNU libc) 2.34
Copyright (C) 2021 Free Software Foundation, Inc.

@filippo-ferrando
Copy link
Member

filippo-ferrando commented Nov 27, 2024

issue resolved on last commit on monorepo client, last release is corrected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
electros Problems with client electros-daemons
Projects
None yet
Development

No branches or pull requests

3 participants