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
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)
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.
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: