JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

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

Open MaximusPro opened this issue 1 year ago • 2 comments
trafficstars

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

  • [X] I agree to follow the Code of Conduct

MaximusPro avatar Aug 04 '24 03:08 MaximusPro