Right now, we have upgraded to Ubuntu 20.04 6 version having glibc
version as 2.31.
However, there are some packages which requires native packages. For example, icu is dependent upon icu-native which is compiled with GLIBCXX_3.4.30, but when icu is getting compiled in it is checking for 3.4.30 but libstdc++ library only supports till 3.4.28.
So, I have following questions:
- How can we fix this? Is it possible to downgrade the
glibc
version on Ubuntu.
Sumit
glibc
is an integral part of the system, and messing with the version (especially downgrading) would be dangerous. Also, there's something about your versions that I don't understand. How doesglibc
2.31 relate to libstdc++ 3.4.30? – Artur Meinild Aug 04 '23 at 10:01