Open brunotonin opened 3 years ago
When trying to use otclient on ubuntu 18.04 you have this problem.
./otclient_linux: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./otclient_linux)
The highest version of GLIBC in Ubuntu 18.04 is 2.27. You can't update to the version 2.29 without breaking your system.
Update to Ubuntu 20.04.
When trying to use otclient on ubuntu 18.04 you have this problem.
./otclient_linux: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./otclient_linux)