Ubuntu – How to find which symbols are available/removed in which version of the glic and link to them specifically?
I have an executable compiled on a latest operating system. The executable is just a few lines of math code. Problem is, it's crashing when it's running on a different system. ImportError: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /path/to/mylib.cpython-36m-x86_64-linux-gnu.so)…