Docker – "version `GLIBCXX_3.4.30' not found" but found in /usr/lib/x86_64-linux-gnu/libstdc++.so.6
$ strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX_3.4.30 GLIBCXX_3.4.30 Yet, when running another application on the same docker container: org.postgresql.util.PSQLException: ERROR: could not load library "/usr/lib/postgresql/13/lib/llvmjit.so": /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /lib/x86_64-linux-gnu/libz3.so.4) The llvvjit.so file is also present: # ls…