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

Linux executable doesn't run on Ubuntu 22.04.4 #14

Open
shred86 opened this issue Jun 10, 2024 · 3 comments
Open

Linux executable doesn't run on Ubuntu 22.04.4 #14

shred86 opened this issue Jun 10, 2024 · 3 comments

Comments

@shred86
Copy link
Owner

shred86 commented Jun 10, 2024

PyInstaller was used in my Debian (Trixie) virtual machine that has Python 3.12 installed and much newer libraries than the current Ubuntu 22.04.4 LTS version. When I try to run the Ortho4XP executable (packaged version for Linux), it fails to load with an error:

[7977] Failed to load Python shared library
'/home/my_user/Downloads/Ortho4XP_1.4.01_linux_x86/Ortho4XP/_internal/[libpython3.12.so](http://libpython3.12.so/)':
dlopen: /lib/x86_64-linux-gnu/[libc.so](http://libc.so/).6: version `GLIBC_2.36' not
found (required by /home/my_user/Downloads/Ortho4XP_1.4.01_linux_x86/Ortho4XP/_internal/[libexpat.so](http://libexpat.so/).1)

I haven't had a chance to troubleshoot this further but I'm guessing a library is missing or Ubuntu 22.04.4 only has an older version.

@cpot
Copy link

cpot commented Jan 11, 2025

Same here on Zorin 17.2
/lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.38' not found`

@domrnet
Copy link

domrnet commented Feb 7, 2025

Same on Debian 12. 2.36 is the version available. Would need to be compiled on a systems with this. Would eb nice to be able to build it ourselves.

@domrnet
Copy link

domrnet commented Feb 7, 2025

I see it was compiled using pyinstaller.. so using that to easily compile is the fix here for use stuck with the lower glib library as this cannot be updated on the OS.

https://pyinstaller.org/en/stable/

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

3 participants