You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bun: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.29' not found (required by bun) bun: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.28' not found (required by bun)
The text was updated successfully, but these errors were encountered:
It seems that you have to recompile a libc. The problem is that the version of libc is low. If it is not necessary, it is recommended not to compile libc and soft link because libc is the underlying library of the system.
bun: /lib/x86_64-linux-gnu/libm.so.6: version
GLIBC_2.29' not found (required by bun) bun: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.28' not found (required by bun)The text was updated successfully, but these errors were encountered: