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

[Bug]: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found #1418

Open
1 task done
MaximusPro opened this issue Aug 4, 2024 · 1 comment
Open
1 task done

Comments

@MaximusPro
Copy link

MaximusPro commented Aug 4, 2024

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

./Projucer: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by ./Projucer)
./Projucer: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by ./Projucer)
./Projucer: /lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.15' not found (required by ./Projucer)
./Projucer: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./Projucer)

I tried to install packages on synaptic.

glibc-doc
glibc-doc-reference
glibc-tools
linux-libc-dev-i386-cross
linux-libc-dev-x32-cross

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 branch

The bug is present on the develop branch

Code of Conduct

  • I agree to follow the Code of Conduct
@reuk
Copy link
Member

reuk commented Aug 4, 2024

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.

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