You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This I get:
~/tinysa/QtTinySA> ./QtTinySA
[PYI-17803:ERROR] Failed to load Python shared library '/tmp/_MEIhxy1Ji/libpython3.12.so.1.0': dlopen: /lib64/libm.so.6: version `GLIBC_2.38' not found (required by /tmp/_MEIhxy1Ji/libpython3.12.so.1.0)
The text was updated successfully, but these errors were encountered:
The executable in the .tar.gz file should be self-contained and not dependent on your installation. However it was built for Ubuntu which is Debian-based.
I have not used OpenSuse for many years so I am not familiar with it at all now, but if you wish to try the Python version from the src folder you will need Python 3.11 or 3.12.
The Python modules shown in the requirements.txt file are also needed.
"Under GNU/Linux, PyInstaller does not bundle libc (the C standard library, usually glibc, the Gnu version) with the app. Instead, the app expects to link dynamically to the libc from the local OS where it runs. The interface between any app and libc is forward compatible to newer releases, but it is not backward compatible to older releases.
For this reason, if you bundle your app on the current version of GNU/Linux, it may fail to execute (typically with a runtime dynamic link error) if it is executed on an older version of GNU/Linux."
The issue you have might be this. I built the executable for the current version of Ubuntu
Hello.
Since approx 8 hours I try to get QtTinySA running on my Linux-PC (openSUSE Leap 15.5 with KDE), but I have absolutely no success.
How can I get this software running?
I downloaded the latest version from here -> https://github.com/g4ixt/QtTinySA/releases/download/v1.0.2/QtTinySA.tar.gz <-, unpacked it and tried to start it from commandline (to see any possible messages).
This I get:
~/tinysa/QtTinySA> ./QtTinySA
[PYI-17803:ERROR] Failed to load Python shared library '/tmp/_MEIhxy1Ji/libpython3.12.so.1.0': dlopen: /lib64/libm.so.6: version `GLIBC_2.38' not found (required by /tmp/_MEIhxy1Ji/libpython3.12.so.1.0)
The text was updated successfully, but these errors were encountered: