-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Bug]: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found #1418
Comments
A similar issue has previously been discussed on the JUCE forum: here In short, you may need to use an older glibc when building. The easiest way to accomplish this is to use an older Linux distro. If you don't want to reinstall your existing distro, then maybe a virtualisation tool like virtualbox or docker might be helpful. |
hello, I suppose that @MaximusPro was talking about the binary
As you said @reuk, the binary has been compiled with an up-to-date distro. To solve this, users with an older version of glibc must compile Projucer themselves cf. https://github.com/juce-framework/JUCE?tab=readme-ov-file#the-projucer (Note: I'm pretty new to C development etc. I may have said incorrect things) |
Detailed steps on how to reproduce the bug
I have a bug on LinuxMint when i start a Projucer on the terminal. But i have glibc
I tried to install packages on synaptic.
And reinstall libc-dev on the terminal:
sudo apt reinstall linux-libc-dev
. But this is not solved the problem.Operating systems
Linux
What versions of the operating systems?
LinuxMint 21.3 Virginia
Architectures
64-bit
Testing on the
develop
branchThe bug is present on the
develop
branchCode of Conduct
The text was updated successfully, but these errors were encountered: