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

Does not work on Linux Mint 20.3 #20

Closed
roglio opened this issue Jun 17, 2022 · 3 comments
Closed

Does not work on Linux Mint 20.3 #20

roglio opened this issue Jun 17, 2022 · 3 comments

Comments

@roglio
Copy link

roglio commented Jun 17, 2022

It seems requiring GLIBC_2.35 but on Mint there is only the 2.31.

$ ./kflash_gui
[40197] Error loading Python lib './kflash_gui/libpython3.8.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by ./kflash_gui/libpython3.8.so.1.0)

$ ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.9) 2.31

@roglio
Copy link
Author

roglio commented Jun 17, 2022

Tested with release version 1.75. Btw, running from source code works. Maybe is a packaging problem.
It should be packaged with an earlier GLIBC version in order to work with more linux distributions.

@roglio roglio closed this as completed Jun 17, 2022
@Neutree
Copy link
Member

Neutree commented Jun 17, 2022

It's pack problem, linux use source code is the best way

@roglio
Copy link
Author

roglio commented Jun 17, 2022

Yes! Thanks. I did it that way and it worked. I also repackaged it locally.

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

No branches or pull requests

2 participants