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
glibcversion on Ubuntu.
Sumit